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
name=sed
version=4.2.2
-release=1
+release=2
source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2)
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
}