From 942531d3630ba90125b38142bdf2ae8d708e5017 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 20 Apr 2018 12:18:37 +0000 Subject: extract_source_directory: remove write right for all and groups too on PKGBUILD --- lib/common-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/common-functions') diff --git a/lib/common-functions b/lib/common-functions index 59af46f..a4d51b0 100755 --- a/lib/common-functions +++ b/lib/common-functions @@ -713,7 +713,7 @@ extract_source_directory() { # we don't want write permissions on the PKGBUILD - otherwise pkgver() # will change the version! (**HACK**) - chmod -w "${output}/PKGBUILD" + chmod oga-w "${output}/PKGBUILD" } -- cgit v1.2.3-54-g00ecf