[ooo-build-commit] .: packimages/pack
Fridrich Strba
fridrich at kemper.freedesktop.org
Tue Sep 14 03:16:44 PDT 2010
packimages/pack/makefile.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit b92f00ea63fe4455abe3bfe1e69467a1ae416f91
Author: Tor Lillqvist <tlillqvist at novell.com>
Date: Tue Sep 14 12:04:44 2010 +0200
win32-cygwin-1.7.diff: Fix windows build using cygwin 1.7
i#59477
diff --git a/packimages/pack/makefile.mk b/packimages/pack/makefile.mk
index 48a6c46..38777f2 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
More information about the ooo-build-commit
mailing list