summaryrefslogtreecommitdiffstats
path: root/base/gzip/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'base/gzip/Pkgfile')
-rwxr-xr-xbase/gzip/Pkgfile8
1 files changed, 4 insertions, 4 deletions
diff --git a/base/gzip/Pkgfile b/base/gzip/Pkgfile
index c73cbeb2c..955e0d7fa 100755
--- a/base/gzip/Pkgfile
+++ b/base/gzip/Pkgfile
@@ -5,14 +5,14 @@
# Depends on:
name=gzip
-version=1.3.12
+version=1.4
release=1
source=( http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz)
build() {
cd $name-$version
-sed -i 's/futimens/gl_&/' gzip.c lib/utimens.{c,h}
+# sed -i 's/futimens/gl_&/' gzip.c lib/utimens.{c,h}
./configure --prefix=/usr \
--mandir=/usr/share/man \
--bindir=/bin \
@@ -22,8 +22,8 @@ install -d $PKG/usr/bin
make DESTDIR=$PKG install
mv -v $PKG/bin/{gzexe,uncompress,zcmp,zdiff,zegrep} $PKG/usr/bin
mv -v $PKG/bin/{zfgrep,zforce,zgrep,zless,zmore,znew} $PKG/usr/bin
-rm $PKG/usr/bin/uncompress
-ln -s /bin/gunzip $PKG/usr/bin/uncompress
+# rm $PKG/usr/bin/uncompress
+# ln -s /bin/gunzip $PKG/usr/bin/uncompress
if [ -f $PKG/usr/share/info/dir ]; then
rm $PKG/usr/share/info/dir
fi