diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-05-12 19:03:28 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-05-12 19:03:28 +0200 |
commit | 683e4853c6fc09e3a0ad8ec44bd91d4b3ec221aa (patch) | |
tree | 377b7913edfab0d33f917a6b269d4b8ab4afd835 | |
parent | ba750a64d19be3fedafde77d9fa236749eddf640 (diff) | |
download | nutyx-extra-683e4853c6fc09e3a0ad8ec44bd91d4b3ec221aa.tar.gz nutyx-extra-683e4853c6fc09e3a0ad8ec44bd91d4b3ec221aa.tar.bz2 nutyx-extra-683e4853c6fc09e3a0ad8ec44bd91d4b3ec221aa.tar.xz nutyx-extra-683e4853c6fc09e3a0ad8ec44bd91d4b3ec221aa.zip |
findutils, correction port
-rwxr-xr-x | base/findutils/Pkgfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/base/findutils/Pkgfile b/base/findutils/Pkgfile index 9c247a2a6..ecb76c8ce 100755 --- a/base/findutils/Pkgfile +++ b/base/findutils/Pkgfile @@ -6,7 +6,7 @@ name=findutils version=4.4.2 -release=1 +release=2 source=( http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz\ ) @@ -20,6 +20,7 @@ make DESTDIR=$PKG install mkdir $PKG/bin mv -v $PKG/usr/bin/find $PKG/bin/ sed -i -e 's/find:=${BINDIR}/find:=\/bin/' $PKG/usr/bin/updatedb +sed -i 's/\pass3//g' $PKG/usr/bin/updatedb if [ -f $PKG/usr/share/info/dir ]; then rm $PKG/usr/share/info/dir fi |