evilwm: move man-pages to /usr/share/man

This commit is contained in:
Juergen Daubert 2016-11-22 14:30:42 +01:00
parent 0121c4828f
commit f31b7ea849
2 changed files with 6 additions and 5 deletions

View File

@ -1,9 +1,9 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/evilwm
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/evilwm.1.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/applications/
-rw-r--r-- root/root usr/share/applications/evilwm.desktop
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/evilwm.1.gz

View File

@ -5,13 +5,14 @@
name=evilwm
version=1.1.1
release=1
release=2
source=(http://www.6809.org.uk/$name/$name-$version.tar.gz \
$name-config.patch)
build () {
cd $name-$version
sed -i 's/-D_SVID_SOURCE/-D_DEFAULT_SOURCE/' Makefile
patch -p1 -i $SRC/$name-config.patch
make CFLAGS="$CFLAGS"
make DESTDIR=$PKG mandir=/usr/man install
make DESTDIR=$PKG install
}