gdbm: move man-pages to /usr/share/man
This commit is contained in:
parent
5902196fe2
commit
09e274b8cb
@ -18,10 +18,11 @@ lrwxrwxrwx root/root usr/lib/libgdbm.so.4 -> libgdbm.so.4.0.0
|
||||
lrwxrwxrwx root/root usr/lib/libgdbm_compat.so -> libgdbm_compat.so.4.0.0
|
||||
lrwxrwxrwx root/root usr/lib/libgdbm_compat.so.4 -> libgdbm_compat.so.4.0.0
|
||||
-rwxr-xr-x root/root usr/lib/libgdbm_compat.so.4.0.0
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man1/
|
||||
-rw-r--r-- root/root usr/man/man1/gdbm_dump.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/gdbm_load.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/gdbmtool.1.gz
|
||||
drwxr-xr-x root/root usr/man/man3/
|
||||
-rw-r--r-- root/root usr/man/man3/gdbm.3.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/gdbm_dump.1.gz
|
||||
-rw-r--r-- root/root usr/share/man/man1/gdbm_load.1.gz
|
||||
-rw-r--r-- root/root usr/share/man/man1/gdbmtool.1.gz
|
||||
drwxr-xr-x root/root usr/share/man/man3/
|
||||
-rw-r--r-- root/root usr/share/man/man3/gdbm.3.gz
|
||||
|
@ -4,15 +4,14 @@
|
||||
|
||||
name=gdbm
|
||||
version=1.11
|
||||
release=1
|
||||
release=2
|
||||
source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr \
|
||||
--mandir=/usr/man \
|
||||
--enable-libgdbm-compat
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
rm -r $PKG/usr/share
|
||||
rm -r $PKG/usr/share/{info,locale}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user