diffutils: move man-pages to /usr/share/man

This commit is contained in:
Fredrik Rinnestam 2015-07-25 23:53:30 +02:00
parent 16f4a76a03
commit 44dd4b8f2f
2 changed files with 9 additions and 9 deletions

View File

@ -4,9 +4,10 @@ drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/diff
-rwxr-xr-x root/root usr/bin/diff3
-rwxr-xr-x root/root usr/bin/sdiff
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/cmp.1.gz
-rw-r--r-- root/root usr/man/man1/diff.1.gz
-rw-r--r-- root/root usr/man/man1/diff3.1.gz
-rw-r--r-- root/root usr/man/man1/sdiff.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/cmp.1.gz
-rw-r--r-- root/root usr/share/man/man1/diff.1.gz
-rw-r--r-- root/root usr/share/man/man1/diff3.1.gz
-rw-r--r-- root/root usr/share/man/man1/sdiff.1.gz

View File

@ -4,15 +4,14 @@
name=diffutils
version=3.3
release=1
release=2
source=(http://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 -r $PKG/usr/share
rm -r $PKG/usr/share/info
}