diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-02-27 19:05:10 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-02-27 19:05:10 +0100 |
commit | 4a92a3d7b7afa97904af612d2d876a8e9a4ebf5a (patch) | |
tree | 07a41acd6ea84807353555a9812802be12754eaf /extra | |
parent | 2eabd03df884f38fbbc9c9595e08d44769f86a06 (diff) | |
download | nutyx-pakxe-4a92a3d7b7afa97904af612d2d876a8e9a4ebf5a.tar.gz nutyx-pakxe-4a92a3d7b7afa97904af612d2d876a8e9a4ebf5a.tar.bz2 nutyx-pakxe-4a92a3d7b7afa97904af612d2d876a8e9a4ebf5a.tar.xz nutyx-pakxe-4a92a3d7b7afa97904af612d2d876a8e9a4ebf5a.zip |
pekwm, maj footprint
Diffstat (limited to 'extra')
-rw-r--r-- | extra/pekwm/.footprint | 6 | ||||
-rw-r--r-- | extra/pekwm/Pkgfile | 5 |
2 files changed, 5 insertions, 6 deletions
diff --git a/extra/pekwm/.footprint b/extra/pekwm/.footprint index ff7b29bf5..bb545e66f 100644 --- a/extra/pekwm/.footprint +++ b/extra/pekwm/.footprint @@ -10,10 +10,10 @@ drwxr-xr-x root/root usr/etc/pekwm/ -rw-r--r-- root/root usr/etc/pekwm/mouse -rw-r--r-- root/root usr/etc/pekwm/start -rw-r--r-- root/root usr/etc/pekwm/vars -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/pekwm.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/pekwm.1.gz drwxr-xr-x root/root usr/share/pekwm/ drwxr-xr-x root/root usr/share/pekwm/scripts/ -rwxr-xr-x root/root usr/share/pekwm/scripts/pekwm_themeset.sh diff --git a/extra/pekwm/Pkgfile b/extra/pekwm/Pkgfile index fd91e795c..80c5d157f 100644 --- a/extra/pekwm/Pkgfile +++ b/extra/pekwm/Pkgfile @@ -1,4 +1,3 @@ - # Description: Gestionnaire de fenetres leger # URL: http://www.pekwm.org # Maintainer: NuTyX core team @@ -18,7 +17,7 @@ build() { ./configure \ --prefix=/usr \ - --mandir=/usr/man \ + --mandir=/usr/share/man \ --enable-xft \ --enable-pcre \ --enable-imlib2 \ @@ -27,4 +26,4 @@ build() { make make DESTDIR=$PKG install -}
\ No newline at end of file +} |