* builds/unix/unix-def.in (freetype-config): Fix permissions.

This commit is contained in:
Werner Lemberg 2017-02-04 16:08:08 +01:00
parent 68a738db83
commit 790428905d
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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