* builds/unix/unix-def.in (freetype-config): Fix permissions.
This commit is contained in:
parent
68a738db83
commit
790428905d
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue