CRUX-ARM : Home

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

index 9820a5fba2ece699f67fd26096ec614e042926d6..d14118f0d5fb5888f1f8b952569575918845e843 100644 (file)
@@ -4,9 +4,10 @@ drwxr-xr-x     root/root       usr/bin/
 -rwxr-xr-x     root/root       usr/bin/diff
 -rwxr-xr-x     root/root       usr/bin/diff3
 -rwxr-xr-x     root/root       usr/bin/sdiff
-drwxr-xr-x     root/root       usr/man/
-drwxr-xr-x     root/root       usr/man/man1/
--rw-r--r--     root/root       usr/man/man1/cmp.1.gz
--rw-r--r--     root/root       usr/man/man1/diff.1.gz
--rw-r--r--     root/root       usr/man/man1/diff3.1.gz
--rw-r--r--     root/root       usr/man/man1/sdiff.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/cmp.1.gz
+-rw-r--r--     root/root       usr/share/man/man1/diff.1.gz
+-rw-r--r--     root/root       usr/share/man/man1/diff3.1.gz
+-rw-r--r--     root/root       usr/share/man/man1/sdiff.1.gz
index 4f5c46423ed07e17dfa2084f7543efa36811ad79..5a82310cd725624b3169aaa7c6a8de15b1f0c1f4 100644 (file)
@@ -6,7 +6,7 @@
 
 name=diffutils
 version=3.3
-release=1
+release=2
 source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.xz)
 
 build() {
@@ -18,11 +18,9 @@ build() {
   ./configure --build=$CHOST \
               --host=$CTARGET \
               --prefix=/usr \
-              --mandir=$PKG/usr/man \
               --disable-nls
 
   make
   make prefix=$PKG/usr install
-
-  rm -rf $PKG/usr/share
+  rm -rf $PKG/usr/share/info
 }