spectrwm: fix libswmhack.so preloading

This commit is contained in:
Duncaen 2016-02-27 16:03:42 +01:00
parent 3c17a6ef68
commit d09ad6f281

View file

@ -1,7 +1,7 @@
# Template file for 'spectrwm'
pkgname=spectrwm
version=2.7.2
revision=1
revision=2
_distname=SPECTRWM_2_7_2
wrksrc="spectrwm-${_distname}"
short_desc="A small dynamic tiling window manager for X11"
@ -19,7 +19,7 @@ do_configure() {
}
do_build() {
cd linux
make COLOR=0 CC=$CC LD=$LD CFLAGS="$CFLAGS -std=c99"
make COLOR=0 CC=$CC LD=$LD CFLAGS="$CFLAGS -std=c99" PREFIX=/usr
}
do_install() {
cd linux