polyglotman: moved man pages to /usr/share/man
This commit is contained in:
parent
ddd5a19343
commit
672e28e982
@ -1,6 +1,7 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/rman
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man1/
|
||||
-rw-r--r-- root/root usr/man/man1/rman.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/rman.1.gz
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
name=polyglotman
|
||||
version=3.2
|
||||
release=1
|
||||
release=2
|
||||
source=(http://downloads.sourceforge.net/project/$name/$name/$version/rman-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
@ -13,7 +13,7 @@ build() {
|
||||
make
|
||||
|
||||
install -d $PKG/usr/bin
|
||||
install -d $PKG/usr/man/man1
|
||||
install -d $PKG/usr/share/man/man1
|
||||
|
||||
make BINDIR=$PKG/usr/bin MANDIR=$PKG/usr/man/man1 install
|
||||
make BINDIR=$PKG/usr/bin MANDIR=$PKG/usr/share/man/man1 install
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user