diff --git a/srcpkgs/sc-im/template b/srcpkgs/sc-im/template index 8d83cc6c6ba..4e428b08280 100644 --- a/srcpkgs/sc-im/template +++ b/srcpkgs/sc-im/template @@ -1,10 +1,10 @@ # Template file for 'sc-im' pkgname=sc-im version=0.6.0 -revision=1 +revision=2 build_wrksrc="src" build_style=gnu-makefile -make_build_args="CFLAGS+=-DXLS LDLIBS+=-lxlsreader" +make_build_args="prefix=/usr CFLAGS+=-DXLS LDLIBS+=-lxlsreader" make_install_args="prefix=/usr" hostmakedepends="bison pkg-config" makedepends="libxls-devel libxml2-devel libzip-devel lua51-devel ncurses-devel"