CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
automake: updated to 1.15 and updated mandir
[crossrootfs.git] / gzip / Pkgfile
index e2dfbe4af8ead39017435bad458418d0990d2507..97bae1131fbb171c2b60900dcaead308ef918abe 100644 (file)
@@ -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
 }