summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a4824e5b2231..8ed6b5052b94 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -54,7 +54,8 @@ prepare() {
build() {
cd "$srcdir"/${_pkgname}-${pkgver}
- LDFLAGS="$LDFLAGS -ludev" ./configure --prefix=/usr \
+ LDFLAGS="$LDFLAGS -ludev" ./configure \
+ --prefix=/usr \
--exec-prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \