From 36c40b8f2c0d15fa924f8ea040fec5aca8989dfd Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 20 Apr 2017 18:21:57 +0200 Subject: [PATCH] sc-im: fix paths. --- srcpkgs/sc-im/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"