Date: Thursday, July 18, 2013 @ 15:44:00
  Author: arodseth
Revision: 94267

Running 'clojure' as well as 'clj' is now possible.

Modified:
  clojure/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2013-07-18 13:14:30 UTC (rev 94266)
+++ PKGBUILD    2013-07-18 13:44:00 UTC (rev 94267)
@@ -6,7 +6,7 @@
 
 pkgname=clojure
 pkgver=1.5.1
-pkgrel=1
+pkgrel=2
 pkgdesc='LISP dialect for the JVM'
 url='http://www.clojure.org/'
 arch=('any')
@@ -25,6 +25,7 @@
   cd "$srcdir"
 
   install -Dm755 clj.sh "$pkgdir/usr/bin/clj"
+  install -Dm755 clj.sh "$pkgdir/usr/bin/clojure"
   install -Dm755 "$pkgname.sh" "$pkgdir/etc/profile.d/$pkgname.sh"
   install -Dm644 "$pkgname-$pkgver/$pkgname-$pkgver.jar" \
     "$pkgdir/usr/share/$pkgname/$pkgname.jar"

Reply via email to