X-Git-Url: http://gitweb/?a=blobdiff_plain;f=findutils%2FPkgfile;h=ca2b125f404f1089c37de34780899f9f8e89be17;hb=cce243948693aa4f41e7904b81d683d45a232c85;hp=bd74a911ceda32b101e61236dc3718a86c93bca7;hpb=b751b192b8a9f558df99b4050babc1b84d45a372;p=crossrootfs.git diff --git a/findutils/Pkgfile b/findutils/Pkgfile index bd74a91..ca2b125 100644 --- a/findutils/Pkgfile +++ b/findutils/Pkgfile @@ -5,7 +5,7 @@ # Depends on: name=findutils -version=4.4.2 +version=4.6.0 release=1 source=(http://ftp.gnu.org/pub/gnu/$name/$name-$version.tar.gz) @@ -20,11 +20,10 @@ EOF --host=$CTARGET \ --prefix=/usr \ --disable-nls \ - --mandir=/usr/man \ --cache-file=config.cache make make DESTDIR=$PKG install rm $PKG/usr/bin/{updatedb,locate} - rm $PKG/usr/man/man1/{updatedb.1,locate.1} - rm -r $PKG/usr/{libexec,share,var,man/man5} + rm $PKG/usr/share/man/man1/{updatedb.1,locate.1} + rm -r $PKG/usr/{libexec,var,share/{info,man/man5}} }