CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
sed: updated mandir
[crossrootfs.git] / file / Pkgfile
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
 }