summaryrefslogtreecommitdiff
path: root/lib/common-functions
diff options
context:
space:
mode:
authordeep-42-thought <github@eckner.net>2018-05-06 09:37:27 +0200
committerGitHub <noreply@github.com>2018-05-06 09:37:27 +0200
commit1a370320a60c76514bdb6b7fa1ab7418c4509a38 (patch)
treebc5056ef841a074bb9cc122942459d79f6dd924e /lib/common-functions
parentf784b4cb189dcbc36c3d32a3e1f55026e519dc4b (diff)
parent8430ab734e78aa2ef93a9849ca85459250e774bf (diff)
downloadbuilder-1a370320a60c76514bdb6b7fa1ab7418c4509a38.tar.xz
Merge pull request #4 from andreasbaumann/fixes
Fixes
Diffstat (limited to 'lib/common-functions')
-rwxr-xr-xlib/common-functions2
1 files changed, 1 insertions, 1 deletions
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"
}