CRUX-ARM : Home

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

index 770224972ecc3097249909c5451cc7200910dd38..93277bd2fd1b932242caa40b954aca950c483d87 100644 (file)
@@ -18,10 +18,11 @@ lrwxrwxrwx  root/root       usr/lib/libgdbm.so.4 -> libgdbm.so.4.0.0
 lrwxrwxrwx     root/root       usr/lib/libgdbm_compat.so -> libgdbm_compat.so.4.0.0
 lrwxrwxrwx     root/root       usr/lib/libgdbm_compat.so.4 -> libgdbm_compat.so.4.0.0
 -rwxr-xr-x     root/root       usr/lib/libgdbm_compat.so.4.0.0
-drwxr-xr-x     root/root       usr/man/
-drwxr-xr-x     root/root       usr/man/man1/
--rw-r--r--     root/root       usr/man/man1/gdbm_dump.1.gz
--rw-r--r--     root/root       usr/man/man1/gdbm_load.1.gz
--rw-r--r--     root/root       usr/man/man1/gdbmtool.1.gz
-drwxr-xr-x     root/root       usr/man/man3/
--rw-r--r--     root/root       usr/man/man3/gdbm.3.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/gdbm_dump.1.gz
+-rw-r--r--     root/root       usr/share/man/man1/gdbm_load.1.gz
+-rw-r--r--     root/root       usr/share/man/man1/gdbmtool.1.gz
+drwxr-xr-x     root/root       usr/share/man/man3/
+-rw-r--r--     root/root       usr/share/man/man3/gdbm.3.gz
index f3d0f53a32415d4d8d23a34311e038c6e932ef96..15d55cb83dddcc13aff9eac10e2472bb3a85bc8f 100644 (file)
@@ -13,9 +13,8 @@ build() {
   ./configure --build=$CHOST \
               --host=$CTARGET \
               --prefix=/usr \
-              --mandir=/usr/man \
               --enable-libgdbm-compat
   make
   make DESTDIR=$PKG install
-  rm -r $PKG/usr/share
+  rm -r $PKG/usr/share/{info,locale}
 }