diff --git a/sharutils/.footprint b/sharutils/.footprint index d5cf020ae..919a8b6b6 100644 --- a/sharutils/.footprint +++ b/sharutils/.footprint @@ -4,11 +4,12 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/unshar -rwxr-xr-x root/root usr/bin/uudecode -rwxr-xr-x root/root usr/bin/uuencode -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/shar.1.gz --rw-r--r-- root/root usr/man/man1/unshar.1.gz --rw-r--r-- root/root usr/man/man1/uudecode.1.gz --rw-r--r-- root/root usr/man/man1/uuencode.1.gz -drwxr-xr-x root/root usr/man/man5/ --rw-r--r-- root/root usr/man/man5/uuencode.5.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/shar.1.gz +-rw-r--r-- root/root usr/share/man/man1/unshar.1.gz +-rw-r--r-- root/root usr/share/man/man1/uudecode.1.gz +-rw-r--r-- root/root usr/share/man/man1/uuencode.1.gz +drwxr-xr-x root/root usr/share/man/man5/ +-rw-r--r-- root/root usr/share/man/man5/uuencode.5.gz diff --git a/sharutils/Pkgfile b/sharutils/Pkgfile index 20031a461..62cfe1714 100644 --- a/sharutils/Pkgfile +++ b/sharutils/Pkgfile @@ -6,18 +6,17 @@ name=sharutils version=4.15.2 -release=1 +release=2 source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.xz) build(){ cd $name-$version ./configure --prefix=/usr \ - --mandir=/usr/man \ --disable-nls make make DESTDIR=$PKG install - rm -rf $PKG/usr/share + rm -rf $PKG/usr/share/info }