ref: 790428905df6d91ee186156be4df462f3550fc96
parent: 68a738db83271cf55cb6980aa441b7bb5c8f487c
author: Werner Lemberg <wl@gnu.org>
date: Sat Feb 4 11:08:08 EST 2017
* builds/unix/unix-def.in (freetype-config): Fix permissions.
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2017-02-04 Werner Lemberg <wl@gnu.org>
+
+ * builds/unix/unix-def.in (freetype-config): Fix permissions.
+
2017-02-03 Werner Lemberg <wl@gnu.org>
* src/autofit/afglobal.c (af_face_globals_free): Erase useless code.
--- a/builds/unix/unix-def.in
+++ b/builds/unix/unix-def.in
@@ -111,7 +111,7 @@
$< \
> $@.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
--
⑨