xorg-imake: moved man pages to /usr/share/man
This commit is contained in:
parent
8598c5326b
commit
21ac2eff1c
@ -9,14 +9,15 @@ drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/mkhtmlindex
|
||||
-rwxr-xr-x root/root usr/bin/revpath
|
||||
-rwxr-xr-x root/root usr/bin/xmkmf
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man1/
|
||||
-rw-r--r-- root/root usr/man/man1/ccmakedep.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/cleanlinks.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/imake.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/makeg.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/mergelib.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/mkdirhier.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/mkhtmlindex.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/revpath.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/xmkmf.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/ccmakedep.1.gz
|
||||
-rw-r--r-- root/root usr/share/man/man1/cleanlinks.1.gz
|
||||
-rw-r--r-- root/root usr/share/man/man1/imake.1.gz
|
||||
-rw-r--r-- root/root usr/share/man/man1/makeg.1.gz
|
||||
-rw-r--r-- root/root usr/share/man/man1/mergelib.1.gz
|
||||
-rw-r--r-- root/root usr/share/man/man1/mkdirhier.1.gz
|
||||
-rw-r--r-- root/root usr/share/man/man1/mkhtmlindex.1.gz
|
||||
-rw-r--r-- root/root usr/share/man/man1/revpath.1.gz
|
||||
-rw-r--r-- root/root usr/share/man/man1/xmkmf.1.gz
|
||||
|
@ -5,13 +5,13 @@
|
||||
|
||||
name=xorg-imake
|
||||
version=1.0.7
|
||||
release=1
|
||||
release=2
|
||||
source=(http://xorg.freedesktop.org/releases/individual/util/imake-$version.tar.bz2)
|
||||
|
||||
build() {
|
||||
cd imake-$version
|
||||
|
||||
./configure --prefix=/usr --mandir=/usr/man
|
||||
./configure --prefix=/usr
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
Loading…
x
Reference in New Issue
Block a user