summaryrefslogtreecommitdiff
path: root/lib/common-functions
diff options
context:
space:
mode:
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 038af38..ef10367 100755
--- a/lib/common-functions
+++ b/lib/common-functions
@@ -704,7 +704,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"
}