[arch-commits] Commit in clojure/trunk (PKGBUILD)

Alexander Rødseth arodseth at gemini.archlinux.org
Fri Sep 3 09:10:43 UTC 2021


    Date: Friday, September 3, 2021 @ 09:10:43
  Author: arodseth
Revision: 1010651

Fix for FS#71831, use 644 for /etc/profile.d/clojure.sh

Modified:
  clojure/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-03 08:42:51 UTC (rev 1010650)
+++ PKGBUILD	2021-09-03 09:10:43 UTC (rev 1010651)
@@ -7,7 +7,7 @@
 
 pkgname=clojure
 pkgver=1.10.3.943
-pkgrel=1
+pkgrel=2
 pkgdesc='Lisp dialect for the JVM'
 url='https://clojure.org/'
 arch=(any)
@@ -34,7 +34,7 @@
   for fn in *.jar; do install -Dm644 "$fn" "$c/libexec/$fn"; done
   install -Dm755 clj "$pkgdir/usr/bin/clj"
   install -Dm755 clojure "$pkgdir/usr/bin/clojure"
-  install -Dm755 clojure.sh "$pkgdir/etc/profile.d/clojure.sh"
+  install -Dm644 clojure.sh "$pkgdir/etc/profile.d/clojure.sh"
   install -Dm644 clojure.1 "$pkgdir/usr/share/man/man1/clojure.1"
   install -Dm644 clj.1 "$pkgdir/usr/share/man/man1/clj.1"
 }



More information about the arch-commits mailing list