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

Robert Nagy robert at openbsd.org
Sat Nov 6 11:50:57 PDT 2010


Hey

I don't really care which one goes in. I think gzip -d might
be a better idea then. Any other comments?

On (2010-11-05 21:41), julien wrote:
> 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 : $(OXYGEN_TARBALL)
>     cd $(MISC) && gzip -d -c $(OXYGEN_TARBALL) | ( tar -xf - ) &&
> $(TOUCH) $(@:f)
> 
> so we'd have :
> # unpack the classic icon set
> $(MISC)$/classic.flag : $(CLASSIC_TARBALL)
>     cd $(MISC) && gzip -d -c $(CLASSIC_TARBALL) | ( tar -xf - ) &&
> $(TOUCH) $(@:f)
> _______________________________________________
> LibreOffice mailing list
> LibreOffice at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/libreoffice


More information about the LibreOffice mailing list