CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
findutils: updated mandir
authorVictor Martinez <pitillo@ono.com>
Thu, 12 Nov 2015 13:22:12 +0000 (13:22 +0000)
committerVictor Martinez <pitillo@ono.com>
Thu, 12 Nov 2015 13:22:12 +0000 (13:22 +0000)
findutils/.footprint
findutils/Pkgfile

index 9635d06d4377cd23d2d985798f40afb309c9b27b..0b3f76cd3e380b46809a9c44d1735a909866696e 100644 (file)
@@ -3,7 +3,8 @@ drwxr-xr-x      root/root       usr/bin/
 -rwxr-xr-x     root/root       usr/bin/find
 -rwxr-xr-x     root/root       usr/bin/oldfind
 -rwxr-xr-x     root/root       usr/bin/xargs
-drwxr-xr-x     root/root       usr/man/
-drwxr-xr-x     root/root       usr/man/man1/
--rw-r--r--     root/root       usr/man/man1/find.1.gz
--rw-r--r--     root/root       usr/man/man1/xargs.1.gz
+drwxr-xr-x     root/root       usr/share/
+drwxr-xr-x     root/root       usr/share/man/
+drwxr-xr-x     root/root       usr/share/man/man1/
+-rw-r--r--     root/root       usr/share/man/man1/find.1.gz
+-rw-r--r--     root/root       usr/share/man/man1/xargs.1.gz
index bd74a911ceda32b101e61236dc3718a86c93bca7..2fbaab4466e6493a7c0f9ad20afca9501288789c 100644 (file)
@@ -6,7 +6,7 @@
 
 name=findutils
 version=4.4.2
-release=1
+release=2
 source=(http://ftp.gnu.org/pub/gnu/$name/$name-$version.tar.gz)
 
 build() {
@@ -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}}
 }