clojure: fix clj wrapper.
This commit is contained in:
parent
626473c6ac
commit
61d9e53ecf
@ -1,7 +1,7 @@
|
||||
# Template file for 'clojure'
|
||||
pkgname=clojure
|
||||
version=1.10.3.855
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="clojure-tools"
|
||||
depends="virtual?java-environment rlwrap"
|
||||
short_desc="Clojure programming language command line tools"
|
||||
@ -17,6 +17,7 @@ do_install() {
|
||||
vcopy "deps.edn example-deps.edn" /usr/lib/clojure
|
||||
vcopy exec.jar /usr/lib/clojure/libexec/
|
||||
vcopy clojure-tools-${version}.jar /usr/lib/clojure/libexec/
|
||||
sed -i -e 's@BINDIR@/usr/bin@g' clj
|
||||
sed -i -e 's@PREFIX@/usr/lib/clojure@g' clojure
|
||||
vbin clojure
|
||||
vbin clj
|
||||
|
Loading…
x
Reference in New Issue
Block a user