summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormaz-12015-10-26 16:08:26 +0800
committermaz-12015-10-26 16:08:26 +0800
commita8069d6531974829e8e31abcb82c8aa7c6bc37e2 (patch)
tree85f92201a82ae28ff3e282d87d134f28d765f476
parentf3e6fd347b44d1a53c9779c6aa6244e9c0f7fd14 (diff)
downloadaur-a8069d6531974829e8e31abcb82c8aa7c6bc37e2.tar.gz
fix
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 92c8d9f69b8a..3e289997ebd4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -27,7 +27,7 @@ build() {
export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
./configure --prefix=/usr \
- --libdir=/usr/lib32
+ --libdir=/usr/lib32 \
--enable-animation
make
}