summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkillruana2015-11-24 20:17:28 +0100
committerkillruana2015-11-24 20:17:28 +0100
commit21809b76c6b1a368da30cb07cd37aba317c1990d (patch)
tree03ebfbcae6b054dea91ffb358ff3c749c4a85a3b
parent670eb9d4cecf39b3e7443f6e0f40fb9f5ba9acb9 (diff)
downloadaur-21809b76c6b1a368da30cb07cd37aba317c1990d.tar.gz
use the goods configure options
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1574e3f4e738..9e880f7bf12d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,8 +13,10 @@ sha512sums=('6b6bb473b03552043684394c8ff5ef3c460a3d837a28627f278b87f1c9705521199
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- autoconf
- ./configure --prefix=/usr
+ ./configure \
+ --prefix=/usr \
+ --with-bindir=/usr/bin \
+ --with-libdir=/usr/share/${pkgname}
make
}