fluxbox: fix man-path

This commit is contained in:
Thomas Penteker 2008-05-21 20:26:06 +02:00
parent f8a752c97a
commit 4ee0b96875
2 changed files with 10 additions and 9 deletions

View File

@ -8,6 +8,14 @@ drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/fluxbox-remote
-rwxr-xr-x root/root usr/bin/fluxbox-update_configs
-rwxr-xr-x root/root usr/bin/startfluxbox
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/fbrun.1.gz
-rw-r--r-- root/root usr/man/man1/fbsetbg.1.gz
-rw-r--r-- root/root usr/man/man1/fbsetroot.1.gz
-rw-r--r-- root/root usr/man/man1/fluxbox.1.gz
-rw-r--r-- root/root usr/man/man1/fluxstyle.1.gz
-rw-r--r-- root/root usr/man/man1/startfluxbox.1.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/fluxbox/
-rw-r--r-- root/root usr/share/fluxbox/init
@ -158,11 +166,3 @@ drwxr-xr-x root/root usr/share/fluxbox/styles/zimek_darkblue/
-rw-r--r-- root/root usr/share/fluxbox/styles/zimek_darkblue/theme.cfg
drwxr-xr-x root/root usr/share/fluxbox/styles/zimek_green/
-rw-r--r-- root/root usr/share/fluxbox/styles/zimek_green/theme.cfg
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/fbrun.1.gz
-rw-r--r-- root/root usr/share/man/man1/fbsetbg.1.gz
-rw-r--r-- root/root usr/share/man/man1/fbsetroot.1.gz
-rw-r--r-- root/root usr/share/man/man1/fluxbox.1.gz
-rw-r--r-- root/root usr/share/man/man1/fluxstyle.1.gz
-rw-r--r-- root/root usr/share/man/man1/startfluxbox.1.gz

View File

@ -13,7 +13,8 @@ build() {
./configure \
--prefix=/usr \
--disable-nls
--disable-nls \
--mandir=/usr/man
make && make DESTDIR=$PKG install
rm -rf $PKG/usr/doc