Merge branch '2.5' into 2.6

This commit is contained in:
Juergen Daubert 2009-06-09 11:05:39 +02:00
commit 881a0998ff
2 changed files with 5 additions and 6 deletions

View File

@ -1 +1 @@
5883f569dc021eee765f330bb7a3782d findutils-4.4.1.tar.gz
351cc4adb07d54877fa15f75fb77d39f findutils-4.4.2.tar.gz

View File

@ -3,7 +3,7 @@
# Maintainer: CRUX System Team, core-ports at crux dot nu
name=findutils
version=4.4.1
version=4.4.2
release=1
source=(http://ftp.gnu.org/pub/gnu/$name/$name-$version.tar.gz)
@ -14,8 +14,7 @@ build() {
--mandir=/usr/man
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/bin/{updatedb,locate} \
$PKG/usr/man/man1/{updatedb.1,locate.1} \
$PKG/usr/man/man5 \
$PKG/usr/{libexec,share,var}
rm $PKG/usr/bin/{updatedb,locate}
rm $PKG/usr/man/man1/{updatedb.1,locate.1}
rm -r $PKG/usr/{libexec,share,var,man/man5}
}