Re: [Libreoffice] [PATCH] remove -d from gunzip flags

2010-11-08 Thread Caolán McNamara
On Sat, 2010-11-06 at 19:50 +0100, Robert Nagy wrote: Hey I don't really care which one goes in. I think gzip -d might be a better idea then. Any other comments? I say go ahead with gzip -d, should be fine for everyone. C. ___ LibreOffice mailing

[Libreoffice] [PATCH] remove -d from gunzip flags

2010-11-05 Thread Robert Nagy
-d is not needed for gunzip because it will do a decompress anyways and -d is not available in every gunzip implementation --- packimages/pack/makefile.mk |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/packimages/pack/makefile.mk b/packimages/pack/makefile.mk index

[Libreoffice] [PATCH] remove -d from gunzip flags

2010-11-05 Thread julien
Hello, It's also possible to replace gunzip by gzip like the other lines of this file : # unpack the Crystal icon set $(MISC)$/crystal.flag : $(CRYSTAL_TARBALL) cd $(MISC) gzip -d -c $(CRYSTAL_TARBALL) | ( tar -xf - ) $(TOUCH) $(@:f) # unpack the Oxygen icon set $(MISC)$/oxygen.flag :