libmng: move man-pages to /usr/share/man
This commit is contained in:
parent
ea0eddcd7f
commit
309952d6bc
@ -11,9 +11,10 @@ lrwxrwxrwx root/root usr/lib/libmng.so.2 -> libmng.so.2.0.2
|
||||
-rwxr-xr-x root/root usr/lib/libmng.so.2.0.2
|
||||
drwxr-xr-x root/root usr/lib/pkgconfig/
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/libmng.pc
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man3/
|
||||
-rw-r--r-- root/root usr/man/man3/libmng.3.gz
|
||||
drwxr-xr-x root/root usr/man/man5/
|
||||
-rw-r--r-- root/root usr/man/man5/jng.5.gz
|
||||
-rw-r--r-- root/root usr/man/man5/mng.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/man3/
|
||||
-rw-r--r-- root/root usr/share/man/man3/libmng.3.gz
|
||||
drwxr-xr-x root/root usr/share/man/man5/
|
||||
-rw-r--r-- root/root usr/share/man/man5/jng.5.gz
|
||||
-rw-r--r-- root/root usr/share/man/man5/mng.5.gz
|
||||
|
@ -5,12 +5,12 @@
|
||||
|
||||
name=libmng
|
||||
version=2.0.3
|
||||
release=1
|
||||
release=2
|
||||
source=(http://downloads.sourceforge.net/$name/$name-$version.tar.xz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr --mandir=/usr/man
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user