evilwm: move man-pages to /usr/share/man
This commit is contained in:
parent
0121c4828f
commit
f31b7ea849
@ -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
|
||||
|
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user