summaryrefslogtreecommitdiff
path: root/builds
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2017-02-04 16:08:08 +0100
committerWerner Lemberg <wl@gnu.org>2017-02-04 16:08:08 +0100
commit790428905df6d91ee186156be4df462f3550fc96 (patch)
tree62bd56138690b8ff96dff40a1fb5e30ca1f1d29b /builds
parent68a738db83271cf55cb6980aa441b7bb5c8f487c (diff)
downloadfreetype2-790428905df6d91ee186156be4df462f3550fc96.tar.gz
* builds/unix/unix-def.in (freetype-config): Fix permissions.
Diffstat (limited to 'builds')
-rw-r--r--builds/unix/unix-def.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/builds/unix/unix-def.in b/builds/unix/unix-def.in
index 9d3b53b9a..feae99b65 100644
--- a/builds/unix/unix-def.in
+++ b/builds/unix/unix-def.in
@@ -111,7 +111,7 @@ $(OBJ_BUILD)/freetype-config: $(TOP_DIR)/builds/unix/freetype-config.in
$< \
> $@.tmp
chmod +x $@.tmp
- chmod a-w $@.tmp
+ chmod go-w $@.tmp
mv $@.tmp $@
# To support directory names with spaces (as might easily happen on Windows