Skip to content

Commit

Permalink
clojure: fix clj wrapper.
Browse files Browse the repository at this point in the history
  • Loading branch information
leahneukirchen committed Jun 17, 2021
1 parent 626473c commit 61d9e53
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion srcpkgs/clojure/template
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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
Expand Down

0 comments on commit 61d9e53

Please sign in to comment.