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

Massimiliano Torromeo mtorromeo at archlinux.org
Tue Jun 4 07:55:06 UTC 2019


    Date: Tuesday, June 4, 2019 @ 07:55:05
  Author: mtorromeo
Revision: 476834

removed unneeded executable permissions on most files (fixes FS#62803)

Modified:
  grpc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-04 07:51:00 UTC (rev 476833)
+++ PKGBUILD	2019-06-04 07:55:05 UTC (rev 476834)
@@ -6,7 +6,7 @@
 pkgname=('grpc' 'python-grpcio' 'php-grpc' 'grpc-cli')
 pkgver=1.21.1
 _gtestver=1.8.1
-pkgrel=1
+pkgrel=2
 pkgdesc="High performance, open source, general RPC framework that puts mobile and HTTP/2 first."
 arch=('x86_64')
 url='https://grpc.io'
@@ -59,6 +59,7 @@
 
   cd "$srcdir/$pkgbase-$pkgver"
   make prefix="$pkgdir/usr" install
+  find "$pkgdir"/usr/{include,share,lib/pkgconfig} -type f -exec chmod a-x {} +
   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
 



More information about the arch-commits mailing list