summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTankMissile2020-03-08 00:13:38 -0500
committerTankMissile2020-03-08 00:13:38 -0500
commit45abefbc45af430f4e25690178635850158b0f86 (patch)
treebfd62f60f83079805688ba5fea0d6c7ef69ccdce
parentf498479a5f45ee3dcf06858d453efb2f6ed38afd (diff)
downloadaur-45abefbc45af430f4e25690178635850158b0f86.tar.gz
Perfectionism will be the death of me.
-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 \