diff --git a/make/.footprint b/make/.footprint index 709f7938..3ea72298 100644 --- a/make/.footprint +++ b/make/.footprint @@ -3,6 +3,7 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/make drwxr-xr-x root/root usr/include/ -rw-r--r-- root/root usr/include/gnumake.h -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/make.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/make.1.gz diff --git a/make/Pkgfile b/make/Pkgfile index e2e5fe0f..aa1d62d6 100644 --- a/make/Pkgfile +++ b/make/Pkgfile @@ -4,13 +4,13 @@ name=make version=4.1 -release=1 +release=2 source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2) build() { cd $name-$version - ./configure --prefix=/usr --mandir=/usr/man --disable-nls + ./configure --prefix=/usr --disable-nls make make DESTDIR=$PKG install - rm -r $PKG/usr/share + rm -r $PKG/usr/share/info }