summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2010-09-14 12:04:44 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2010-09-14 12:04:44 +0200
commit7ce4b453caf56a17211246d2a54fe843b8ae48aa (patch)
tree963ac9e8d0711d6a7783094bbb9ec40646d3c190
parenta85fa10f6f58c558caa53866d6a2b63ef24c791f (diff)
win32-cygwin-1.7.diff: Fix windows build using cygwin 1.7
i#59477
-rw-r--r--packimages/pack/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/packimages/pack/makefile.mk b/packimages/pack/makefile.mk
index 48a6c46a11ae..38777f2f826b 100644
--- a/packimages/pack/makefile.mk
+++ b/packimages/pack/makefile.mk
@@ -91,7 +91,7 @@ $(MISC)$/oxygen.flag : $(OXYGEN_TARBALL)
# unpack the classic icon set
$(MISC)$/classic.flag : $(CLASSIC_TARBALL)
- cd $(MISC) && gunzip -c $(CLASSIC_TARBALL) | ( tar -xf - ) && $(TOUCH) $(@:f)
+ cd $(MISC) && gunzip -d -c $(CLASSIC_TARBALL) | ( tar -xf - ) && $(TOUCH) $(@:f)
.IF "$(GUI)"=="UNX"
chmod -R g+w $(MISC)$/classic
.ENDIF