summaryrefslogtreecommitdiff
path: root/fluxbox
diff options
context:
space:
mode:
authorThomas Penteker <tek@serverop.de>2008-05-21 20:26:06 +0200
committerThomas Penteker <tek@serverop.de>2008-05-21 20:26:06 +0200
commit4ee0b96875a15209634e691bf9040cba2d3ecb77 (patch)
tree14921d765b84cc35112fb563343485006c3b4c61 /fluxbox
parentf8a752c97a68c7db5ec27fccaab0dd85dce6d3ab (diff)
downloadcontrib-4ee0b96875a15209634e691bf9040cba2d3ecb77.tar.gz
contrib-4ee0b96875a15209634e691bf9040cba2d3ecb77.tar.xz
fluxbox: fix man-path
Diffstat (limited to 'fluxbox')
-rw-r--r--fluxbox/.footprint16
-rw-r--r--fluxbox/Pkgfile3
2 files changed, 10 insertions, 9 deletions
diff --git a/fluxbox/.footprint b/fluxbox/.footprint
index e213c46ec..a5883782f 100644
--- a/fluxbox/.footprint
+++ b/fluxbox/.footprint
@@ -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
diff --git a/fluxbox/Pkgfile b/fluxbox/Pkgfile
index a7c62c3cb..6a83214e3 100644
--- a/fluxbox/Pkgfile
+++ b/fluxbox/Pkgfile
@@ -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

Generated by cgit