dmenu: moved manpages

This commit is contained in:
Fredrik Rinnestam 2015-11-10 14:04:30 +01:00
parent af0eff544e
commit b72ca4f621
2 changed files with 6 additions and 5 deletions

View File

@ -4,7 +4,8 @@ drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/dmenu_path
-rwxr-xr-x root/root usr/bin/dmenu_run
-rwxr-xr-x root/root usr/bin/stest
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/dmenu.1.gz
-rw-r--r-- root/root usr/man/man1/stest.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/dmenu.1.gz
-rw-r--r-- root/root usr/share/man/man1/stest.1.gz

View File

@ -13,6 +13,6 @@ build () {
sed -i '19d' config.mk
make DESTDIR=$PKG \
PREFIX=/usr \
MANPREFIX=/usr/man \
MANPREFIX=/usr/share/man \
install
}