X-Git-Url: http://gitweb/?a=blobdiff_plain;f=gzip%2FPkgfile;h=97bae1131fbb171c2b60900dcaead308ef918abe;hb=b4aac807c89c4c3f254c2320ab5a0e7a1fea2c44;hp=e2dfbe4af8ead39017435bad458418d0990d2507;hpb=91339fb09702dbd1da805e0e045b3881b49adef4;p=crossrootfs.git diff --git a/gzip/Pkgfile b/gzip/Pkgfile index e2dfbe4..97bae11 100644 --- a/gzip/Pkgfile +++ b/gzip/Pkgfile @@ -5,7 +5,7 @@ # Depends on: name=gzip -version=1.5 +version=1.6 release=1 source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz) @@ -28,5 +28,10 @@ build() { ln -sf gzip.1.gz $PKG/usr/man/man1/zcat.1.gz ln -sf zdiff.1.gz $PKG/usr/man/man1/zcmp.1.gz + # make uncompress a symlink to gunzip, since the hardlink + # will not work if / and /usr are on different file systems. + rm $PKG/usr/bin/uncompress + ln -s /bin/gunzip $PKG/usr/bin/uncompress + rm -r $PKG/usr/share }