index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | deep-42-thought <github@eckner.net> | 2018-05-06 09:37:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-06 09:37:27 +0200 |
commit | 1a370320a60c76514bdb6b7fa1ab7418c4509a38 (patch) | |
tree | bc5056ef841a074bb9cc122942459d79f6dd924e /lib/common-functions | |
parent | f784b4cb189dcbc36c3d32a3e1f55026e519dc4b (diff) | |
parent | 8430ab734e78aa2ef93a9849ca85459250e774bf (diff) |
-rwxr-xr-x | lib/common-functions | 2 |
diff --git a/lib/common-functions b/lib/common-functions index b6d40f9..7093c12 100755 --- a/lib/common-functions +++ b/lib/common-functions @@ -670,7 +670,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" } |