diff --git a/srcpkgs/monsterwm-git/template b/srcpkgs/monsterwm-git/template index 1f7b47dcf8e..a07d1c80835 100644 --- a/srcpkgs/monsterwm-git/template +++ b/srcpkgs/monsterwm-git/template @@ -1,6 +1,6 @@ # Template file for 'monsterwm-git' pkgname=monsterwm-git -version=20140531 +version=20140803 revision=1 hostmakedepends="git" makedepends="libX11-devel" @@ -21,8 +21,10 @@ do_fetch() { pre_build() { cp ${FILESDIR}/config.h config.h + sed -i 's|^CFLAGS =|CFLAGS +=|g' Makefile + sed -i 's|^LDFLAGS =|LDFLAGS +=|g' Makefile } post_install() { - vinstall LICENSE 644 usr/share/licenses/$pkgname + vinstall LICENSE 644 usr/share/licenses/monsterwm }