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
|
-rwxr-xr-x root/root usr/lib/libmng.so.2.0.2
|
||||||
drwxr-xr-x root/root usr/lib/pkgconfig/
|
drwxr-xr-x root/root usr/lib/pkgconfig/
|
||||||
-rw-r--r-- root/root usr/lib/pkgconfig/libmng.pc
|
-rw-r--r-- root/root usr/lib/pkgconfig/libmng.pc
|
||||||
drwxr-xr-x root/root usr/man/
|
drwxr-xr-x root/root usr/share/
|
||||||
drwxr-xr-x root/root usr/man/man3/
|
drwxr-xr-x root/root usr/share/man/
|
||||||
-rw-r--r-- root/root usr/man/man3/libmng.3.gz
|
drwxr-xr-x root/root usr/share/man/man3/
|
||||||
drwxr-xr-x root/root usr/man/man5/
|
-rw-r--r-- root/root usr/share/man/man3/libmng.3.gz
|
||||||
-rw-r--r-- root/root usr/man/man5/jng.5.gz
|
drwxr-xr-x root/root usr/share/man/man5/
|
||||||
-rw-r--r-- root/root usr/man/man5/mng.5.gz
|
-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
|
name=libmng
|
||||||
version=2.0.3
|
version=2.0.3
|
||||||
release=1
|
release=2
|
||||||
source=(http://downloads.sourceforge.net/$name/$name-$version.tar.xz)
|
source=(http://downloads.sourceforge.net/$name/$name-$version.tar.xz)
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $name-$version
|
cd $name-$version
|
||||||
./configure --prefix=/usr --mandir=/usr/man
|
./configure --prefix=/usr
|
||||||
make
|
make
|
||||||
make DESTDIR=$PKG install
|
make DESTDIR=$PKG install
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user