diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-03-07 11:55:05 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-03-07 11:55:05 +0000 |
commit | 539169d9a84f6c568315a750ce23553eff02c9f8 (patch) | |
tree | 76ec2fb3c67d5c9f54ac483131041aa92c078107 /packimages | |
parent | d5e3d9aeda7ff2685c42f120798ca392bf3fe2d0 (diff) |
#i10000# insert changes from nowrapcmd2 (hjs)
Diffstat (limited to 'packimages')
-rw-r--r-- | packimages/pack/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packimages/pack/makefile.mk b/packimages/pack/makefile.mk index 7b417e7..9487dc5 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 |