Date: prev next · Thread: first prev next last
2010 Archives by date, by thread · List index


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@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.