findutils: fix updatedb cron daily script, bumprev.

This commit is contained in:
Juan RP 2010-12-13 02:19:35 +01:00
parent 25493fed47
commit 22640e330c
2 changed files with 2 additions and 10 deletions

View File

@ -5,15 +5,7 @@ if [ -r /etc/updatedb.conf ]; then
. /etc/updatedb.conf
fi
if [ -n "$PRUNEFS" ]; then
args="$args --prunefs='$PRUNEFS'"
fi
if [ -n "$PRUNEPATHS" ]; then
args="$args --prunepaths='$PRUNEPATHS'"
fi
# Update the "locate" database
if [ -x /usr/bin/updatedb ]; then
/usr/bin/updatedb ${args}
env PRUNEFS="$PRUNEFS" PRUNEPATHS="$PRUNEPATHS" /usr/bin/updatedb
fi

View File

@ -1,7 +1,7 @@
# Template file for 'findutils'
pkgname=findutils
version=4.4.2
revision=1
revision=2
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz"
build_style=gnu_configure
configure_args="--localstatedir=/var/lib/locate"