CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
bc: updated mandir
authorVictor Martinez <pitillo@ono.com>
Wed, 11 Nov 2015 16:27:19 +0000 (16:27 +0000)
committerVictor Martinez <pitillo@ono.com>
Wed, 11 Nov 2015 16:27:19 +0000 (16:27 +0000)
bc/.footprint
bc/Pkgfile

index 23a41d16907048355e6d15921ffc6f5f18dc935d..8f0dcfc41543f02c06ee8936099ad1c9d4e32d74 100644 (file)
@@ -2,7 +2,8 @@ drwxr-xr-x      root/root       usr/
 drwxr-xr-x     root/root       usr/bin/
 -rwxr-xr-x     root/root       usr/bin/bc
 -rwxr-xr-x     root/root       usr/bin/dc
-drwxr-xr-x     root/root       usr/man/
-drwxr-xr-x     root/root       usr/man/man1/
--rw-r--r--     root/root       usr/man/man1/bc.1.gz
--rw-r--r--     root/root       usr/man/man1/dc.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/bc.1.gz
+-rw-r--r--     root/root       usr/share/man/man1/dc.1.gz
index f3003bba5983966f96a5a8b85c1a557ae7ec2739..4295838cb742c4f6953fe779eb6d4f2d74392d8d 100644 (file)
@@ -6,7 +6,7 @@
 
 name=bc
 version=1.06
-release=3
+release=4
 source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz \
         $name-$version-compile_fixes.patch $name-$version-fixes-1.patch)
 
@@ -20,7 +20,8 @@ build() {
   ./configure --build=$CHOST \
               --host=$CTARGET \
               --prefix=/usr \
-              --with-readline
+              --with-readline \
+              --mandir=/usr/share/man
 
   make AR="$AR"
   make DESTDIR=$PKG install