CRUX-ARM : Home

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

index 6a35cd8209b2c0b4328335bab34a65268dff7406..3d4ca90e1c56c0b1f7e2709356245bfeda3be23e 100644 (file)
@@ -1,6 +1,7 @@
 drwxr-xr-x     root/root       bin/
 -rwxr-xr-x     root/root       bin/sed
 drwxr-xr-x     root/root       usr/
-drwxr-xr-x     root/root       usr/man/
-drwxr-xr-x     root/root       usr/man/man1/
--rw-r--r--     root/root       usr/man/man1/sed.1.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/sed.1.gz
index 63c96637bfeb9ab8d499f2701d9d3bcda62d6718..9464ae3276948dd3d6334587a8be5d4aeea37273 100644 (file)
@@ -6,7 +6,7 @@
 
 name=sed
 version=4.2.2
-release=1
+release=2
 source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2)
 
 build() {
@@ -15,12 +15,10 @@ build() {
   ./configure --build=$CHOST \
               --host=$CTARGET \
               --prefix=/usr \
-              --mandir=/usr/man \
               --exec-prefix=/ \
               --disable-nls
 
   make
   make DESTDIR=$PKG install
-
-  rm -r $PKG/usr/share
+  rm -r $PKG/usr/share/info
 }