mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-05-05 06:38:00 +02:00
* builds/unix/unix-def.in (freetype2.pc): Don't set executable bit.
This commit is contained in:
parent
6bfa263a97
commit
4af444400f
2 changed files with 4 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2013-08-18 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
* builds/unix/unix-def.in (freetype2.pc): Don't set executable bit.
|
||||
|
||||
2013-08-18 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
Fix Savannah bug #39804.
|
||||
|
|
|
|||
|
|
@ -130,7 +130,6 @@ $(OBJ_BUILD)/freetype2.pc: $(TOP_DIR)/builds/unix/freetype2.in
|
|||
-e 's|%prefix%|$(prefix)|' \
|
||||
$< \
|
||||
> $@.tmp
|
||||
chmod +x $@.tmp
|
||||
chmod a-w $@.tmp
|
||||
mv $@.tmp $@
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue