diff options
-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 +} |