Date: Tuesday, April 2, 2013 @ 23:53:37
  Author: heftig
Revision: 181275

fixup modes

Modified:
  js/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2013-04-02 21:52:43 UTC (rev 181274)
+++ PKGBUILD    2013-04-02 21:53:37 UTC (rev 181275)
@@ -29,7 +29,7 @@
 package() {
   cd mozjs$pkgver/js/src
   make DESTDIR="$pkgdir" install
-  ( shopt -s globstar; chmod -x "$pkgdir"/**/*.{h,pc} )
+  find "$pkgdir"/usr/{lib/pkgconfig,include} -type f -exec chmod -x {} +
 }
 
 # vim:set ts=2 sw=2 et:

Reply via email to