[Libreoffice-commits] .: Branch 'libreoffice-3-3' - packimages/pack

Robert Nagy rnagy at kemper.freedesktop.org
Mon Nov 8 03:31:00 PST 2010


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

New commits:
commit ebb55b0f33ff1de2689c423d14a46bc4dc320f57
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