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

Jan Steffens heftig at archlinux.org
Thu Sep 14 21:17:43 UTC 2017


    Date: Thursday, September 14, 2017 @ 21:17:42
  Author: heftig
Revision: 305574

Leave the interpreter in place

Modified:
  js38/trunk/PKGBUILD

----------+
 PKGBUILD |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-14 21:06:15 UTC (rev 305573)
+++ PKGBUILD	2017-09-14 21:17:42 UTC (rev 305574)
@@ -61,8 +61,7 @@
 package() {
   cd mozilla-esr38/js/src
   make DESTDIR="$pkgdir" install
-  rm -f "$pkgdir"/usr/lib/*.ajs
-  rm -f "$pkgdir"/usr/bin/js38
+  rm "$pkgdir"/usr/lib/*.ajs
   find "$pkgdir"/usr/{lib/pkgconfig,include} -type f -exec chmod -x {} +
 }
 



More information about the arch-commits mailing list