xorg-gccmakedep: moved man pages to /usr/share/man

This commit is contained in:
Matt Housh 2015-08-12 11:06:49 -05:00
parent 231d343ae9
commit 2f88a1b5c4
2 changed files with 6 additions and 5 deletions

View File

@ -1,6 +1,7 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/gccmakedep
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/gccmakedep.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/gccmakedep.1.gz

View File

@ -4,13 +4,13 @@
name=xorg-gccmakedep
version=1.0.3
release=1
release=2
source=(http://xorg.freedesktop.org/releases/individual/util/gccmakedep-$version.tar.bz2)
build() {
cd gccmakedep-$version
./configure --prefix=/usr --mandir=/usr/man
./configure --prefix=/usr
make
make DESTDIR=$PKG install