CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
diffutils: Fixed compilation.
authorpitillo <pitillo@server.(none)>
Fri, 18 Dec 2009 09:39:41 +0000 (10:39 +0100)
committerpitillo <pitillo@server.(none)>
Fri, 18 Dec 2009 09:39:41 +0000 (10:39 +0100)
diffutils/Pkgfile

index da7d98ae743e7bde763b149a1cce37099849e9a6..b7cc434eb8cdb94e12e30da976875ecf8c2fb076 100644 (file)
@@ -14,8 +14,9 @@ build() {
   ./configure --build=$CHOST \
               --host=$CTARGET \
               --prefix=/usr \
+              --mandir=$PKG/usr/man \
               --disable-nls
   make
   make prefix=$PKG/usr install
-  rm -rf $PKG/usr/info
+  rm -rf $PKG/usr/share
 }