index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | lib/common-functions | 2 |
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" } |