w3m: adjust man path to 3.2 conventions

This commit is contained in:
Thomas Penteker 2016-03-08 03:19:19 +01:00
parent 59abc9efda
commit 2f95302bb8
2 changed files with 5 additions and 6 deletions

View File

@ -14,11 +14,11 @@ drwxr-xr-x root/root usr/lib/w3m/cgi-bin/
-rwxr-xr-x root/root usr/lib/w3m/cgi-bin/w3mman2html.cgi
-rwxr-xr-x root/root usr/lib/w3m/inflate
-rwxr-xr-x root/root usr/lib/w3m/xface2xpm
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/w3m.1.gz
-rw-r--r-- root/root usr/man/man1/w3mman.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/w3m.1.gz
-rw-r--r-- root/root usr/share/man/man1/w3mman.1.gz
drwxr-xr-x root/root usr/share/w3m/
-rw-r--r-- root/root usr/share/w3m/w3mhelp-funcdesc.en.pl
-rw-r--r-- root/root usr/share/w3m/w3mhelp-funcdesc.ja.pl

View File

@ -19,7 +19,6 @@ build() {
./configure \
--prefix=/usr \
--libexecdir=/usr/lib \
--mandir=/usr/man \
--disable-image \
--disable-gopher \
--disable-japanese \
@ -50,6 +49,6 @@ build() {
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/man/ja*
rm -rf $PKG/usr/share/man/ja*
rm -rf $PKG/usr/share/locale/
}