On Tue, Sep 6, 2011 at 3:51 PM, lolilolicon lolilolicon@gmail.com wrote:
It's a symlink /bin/compress -> gzip. I assume the gzip binary is intended to behave as `compress` when it's called as `compress`. Yet it fails to do so, i.e. it's a bug in gzip, IMO.
Hmm, according to the PKGBUILD, the symlink is created by the Arch package, not by upstream:
ln -sf ${pkgname} compress
Weird, and why?