[Libreoffice-commits] .: packimages/pack

Robert Nagy rnagy at kemper.freedesktop.org
Sat Nov 6 12:19:57 PDT 2010


 packimages/pack/makefile.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d65da8a854a01aaa5f6d2bbd30bf43fd3117d50a
Author: Robert Nagy <robert at openbsd.org>
Date:   Sat Nov 6 20:19:45 2010 +0100

    use gzip -d instead of gunzip -d

diff --git a/packimages/pack/makefile.mk b/packimages/pack/makefile.mk
index 471f5b5..5961177 100644
--- a/packimages/pack/makefile.mk
+++ b/packimages/pack/makefile.mk
@@ -93,7 +93,7 @@ $(MISC)$/oxygen.flag : $(OXYGEN_TARBALL)
 
 # unpack the classic icon set
 $(MISC)$/classic.flag : $(CLASSIC_TARBALL)
-    cd $(MISC) && gunzip -d -c $(CLASSIC_TARBALL) | ( tar -xf - ) && $(TOUCH) $(@:f)
+    cd $(MISC) && gzip -d -c $(CLASSIC_TARBALL) | ( tar -xf - ) && $(TOUCH) $(@:f)
 .IF "$(GUI)"=="UNX"
     chmod -R g+w $(MISC)$/classic
 .ENDIF


More information about the Libreoffice-commits mailing list