[Libreoffice-commits] .: 3 commits -

Jan Holesovsky kendy at kemper.freedesktop.org
Fri Nov 12 06:59:16 PST 2010


 0 files changed

New commits:
commit 69996da2b144354b37ee3ae4dc1c2210f755a0af
Merge: d65da8a... ca31510...
Author: Jan Holesovsky <kendy at suse.cz>
Date:   Fri Nov 12 14:37:59 2010 +0100

    Merge remote branch 'origin/libreoffice-3-3'

commit ca3151056471f6175fa31f2ff87f9880541cc0fe
Author: Petr Mladek <pmladek at suse.cz>
Date:   Thu Nov 11 13:25:08 2010 +0100

    Version 3.2.99.3, tag LIBREOFFICE_3_2_99_3 (3.3-beta3)
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