CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
m4: updated mandir
authorVictor Martinez <pitillo@ono.com>
Fri, 13 Nov 2015 08:45:39 +0000 (08:45 +0000)
committerVictor Martinez <pitillo@ono.com>
Fri, 13 Nov 2015 08:45:39 +0000 (08:45 +0000)
m4/.footprint
m4/Pkgfile

index 77bda8b420050c5751534d6e14e58781beefdc27..4b9253cf2fb226f741ce8de879996982c8e8b87e 100644 (file)
@@ -1,6 +1,7 @@
 drwxr-xr-x     root/root       usr/
 drwxr-xr-x     root/root       usr/bin/
 -rwxr-xr-x     root/root       usr/bin/m4
-drwxr-xr-x     root/root       usr/man/
-drwxr-xr-x     root/root       usr/man/man1/
--rw-r--r--     root/root       usr/man/man1/m4.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/m4.1.gz
index eaa0dfb992bd254ff6196d8a1a7bc1e6661f84f0..542235e2f417a9f78449f1c4f0787824a835c529 100644 (file)
@@ -6,17 +6,16 @@
 
 name=m4
 version=1.4.17
-release=1
+release=2
 source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2)
 
 build() {
   cd $name-$version
   ./configure --build=$CHOST \
               --host=$CTARGET \
-              --prefix=/usr \
-              --mandir=/usr/man
+              --prefix=/usr
 
   make
   make DESTDIR=$PKG install
-  rm -rf $PKG/usr/share
+  rm -rf $PKG/usr/share/info
 }