From: pitillo Date: Fri, 18 Dec 2009 09:39:41 +0000 (+0100) Subject: diffutils: Fixed compilation. X-Git-Url: http://gitweb/?a=commitdiff_plain;h=12d3bcd79e52bc82eeda319526f6725a325a1349;p=attic%2Fports%2Fcore-cross.git diffutils: Fixed compilation. --- diff --git a/diffutils/Pkgfile b/diffutils/Pkgfile index da7d98a..b7cc434 100644 --- a/diffutils/Pkgfile +++ b/diffutils/Pkgfile @@ -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 }