summaryrefslogtreecommitdiff
path: root/evilwm
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2016-11-22 14:30:42 +0100
committerJuergen Daubert <jue@jue.li>2016-11-22 14:30:42 +0100
commitf31b7ea8498f076cbd588fb8f3efbd31177708e5 (patch)
tree0f956843fe1cae2f6f3bbb93dc6d34b50a2232d1 /evilwm
parent0121c4828fcccf253c6bf0bd668677dfac80c71c (diff)
downloadopt-f31b7ea8498f076cbd588fb8f3efbd31177708e5.tar.gz
opt-f31b7ea8498f076cbd588fb8f3efbd31177708e5.tar.xz
evilwm: move man-pages to /usr/share/man
Diffstat (limited to 'evilwm')
-rw-r--r--evilwm/.footprint6
-rw-r--r--evilwm/Pkgfile5
2 files changed, 6 insertions, 5 deletions
diff --git a/evilwm/.footprint b/evilwm/.footprint
index cd168ddd6..c9a2ed9eb 100644
--- a/evilwm/.footprint
+++ b/evilwm/.footprint
@@ -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
diff --git a/evilwm/Pkgfile b/evilwm/Pkgfile
index 6d227d142..57f2520c8 100644
--- a/evilwm/Pkgfile
+++ b/evilwm/Pkgfile
@@ -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
}

Generated by cgit