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

Jan Steffens heftig at nymeria.archlinux.org
Tue Apr 2 21:52:43 UTC 2013


    Date: Tuesday, April 2, 2013 @ 23:52:43
  Author: heftig
Revision: 181274

install shell and fix modes

Modified:
  js185/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-04-02 21:50:35 UTC (rev 181273)
+++ PKGBUILD	2013-04-02 21:52:43 UTC (rev 181274)
@@ -24,6 +24,8 @@
 package() {
   cd js-1.8.5/js/src
   make DESTDIR="$pkgdir" install
+  install -Dm755 shell/js "$pkgdir/usr/bin/js"
+  find "$pkgdir"/usr/{lib/pkgconfig,include} -type f -exec chmod -x {} +
 }
 
 # vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list