On 2/17/07, Jim Gifford <[EMAIL PROTECTED]> wrote: > Info on the gzip 1.3.11 issue > > gunzip is now linked to gzip > > so when you try to uncompress it tries to compress > > We have 2 options, one create a gunzip wrapper or patch the source. I > have posted examples of the issue in our pastebin.
Jim, isn't it the other way around? gunzip used to be a link to gzip, but now it's a wrapper that just invokes `gzip -d "$@"'. Matthew has some info from upstream here: http://wiki.linuxfromscratch.org/lfs/ticket/1951 -- Dan _______________________________________________ Clfs-dev mailing list [email protected] http://lists.cross-lfs.org/cgi-bin/mailman/listinfo/clfs-dev
