CRUX-ARM : Home

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

index bb59eb97ecb339b4b65ac159259358403add08ac..70fa6e3c9b70d13531f296a8c77cd560812403eb 100644 (file)
@@ -9,13 +9,13 @@ drwxr-xr-x    root/root       usr/lib/
 lrwxrwxrwx     root/root       usr/lib/libmagic.so -> libmagic.so.1.0.0
 lrwxrwxrwx     root/root       usr/lib/libmagic.so.1 -> libmagic.so.1.0.0
 -rwxr-xr-x     root/root       usr/lib/libmagic.so.1.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/file.1.gz
-drwxr-xr-x     root/root       usr/man/man3/
--rw-r--r--     root/root       usr/man/man3/libmagic.3.gz
-drwxr-xr-x     root/root       usr/man/man5/
--rw-r--r--     root/root       usr/man/man5/magic.5.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/file.1.gz
+drwxr-xr-x     root/root       usr/share/man/man3/
+-rw-r--r--     root/root       usr/share/man/man3/libmagic.3.gz
+drwxr-xr-x     root/root       usr/share/man/man5/
+-rw-r--r--     root/root       usr/share/man/man5/magic.5.gz
 drwxr-xr-x     root/root       usr/share/misc/
 -rw-r--r--     root/root       usr/share/misc/magic.mgc
index 8b41fbb7fa3da39d55737ef6075e23f6f373adcb..cd502a5e1bc26aee4380be1087e0cc686a7d4288 100644 (file)
@@ -15,11 +15,10 @@ build() {
   ./configure --build=$CHOST \
               --host=$CTARGET \
               --prefix=/usr \
-              --mandir=/usr/man \
               --enable-fsect-man5 \
               --enable-static
 
   make
   make DESTDIR=$PKG install
-  rmdir $PKG/usr/man/man4
+  rmdir $PKG/usr/share/man/man4
 }