1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-18 19:26:02 +00:00
nixpkgs/pkgs/development/tools/build-managers/leiningen/lein-fix-jar-path.patch

5 lines
158 B
Diff
Raw Normal View History

46c47
< LEIN_JAR=/usr/share/java/leiningen-$LEIN_VERSION-standalone.jar
---
2014-01-09 12:01:38 +00:00
> LEIN_JAR=$(find $(dirname $0)/../share/java -name *-standalone.jar | head -n 1)