CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
grep: updated to 2.22 and updated mandir
[crossrootfs.git] / grep / Pkgfile
index 2ffa0099483cbcaccb932d11b0a626d4a392eb32..e052b8512a1db29eda0494f644fd92ab3144c61b 100644 (file)
@@ -5,7 +5,7 @@
 # Depends on: libpcre
 
 name=grep
-version=2.20
+version=2.22
 release=1
 source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.xz)
 
@@ -15,11 +15,10 @@ build() {
   ./configure --build=$CHOST \
               --host=$CTARGET \
               --prefix=/usr \
-              --mandir=/usr/man \
               --disable-nls
 
   make
   make DESTDIR=$PKG install
 
-  rm -r $PKG/usr/share
+  rm -r $PKG/usr/share/info
 }