summaryrefslogtreecommitdiff
path: root/packimages
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-03-07 11:55:05 +0000
committerKurt Zenker <kz@openoffice.org>2008-03-07 11:55:05 +0000
commit440ca9782d04958357c9c5349ee7fba29f84af32 (patch)
treeb29160f63d9357ad6bf1dfb9c6ebbd00b871b9ae /packimages
parent7ec4323a441d821ff536a6aca57ac31c12dc1608 (diff)
#i10000# insert changes from nowrapcmd2 (hjs)
Diffstat (limited to 'packimages')
-rw-r--r--packimages/pack/makefile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/packimages/pack/makefile.mk b/packimages/pack/makefile.mk
index 7b417e732316..9487dc59ebae 100644
--- a/packimages/pack/makefile.mk
+++ b/packimages/pack/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.1 $
+# $Revision: 1.2 $
#
-# last change: $Author: hjs $ $Date: 2008-02-25 09:48:25 $
+# last change: $Author: kz $ $Date: 2008-03-07 12:55:05 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -87,7 +87,7 @@ $(MISC)$/hicontrast.flag .PHONY :
# unpack the Crystal icon set
$(MISC)$/crystal.flag : $(CRYSTAL_TARBALL)
- cd $(MISC) && gunzip -c $(CRYSTAL_TARBALL) | ( tar -xf - ) && $(TOUCH) $(@:f)
+ cd $(MISC) && gzip -d -c $(CRYSTAL_TARBALL) | ( tar -xf - ) && $(TOUCH) $(@:f)
.IF "$(GUI)"=="UNX"
chmod -R g+w $(MISC)$/crystal
.ENDIF