summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Haag2017-02-06 19:50:17 +0100
committerChristoph Haag2017-02-06 19:50:17 +0100
commit0093f15cebfebe1863b2df57f5f8c461a77b87bd (patch)
tree0a3bc14938e8ab74e0a2f1be73e290fe8630d7c6
parent473f8930a0688337ea679b581d374367a3d0a5b9 (diff)
downloadaur-0093f15cebfebe1863b2df57f5f8c461a77b87bd.tar.gz
--libdir=/usr/lib
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8edbfbfdd319..0a5a48a22d47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,7 +22,7 @@ build() {
cd "$_name"
rm -rf _build
- meson _build --buildtype=release --prefix=/usr
+ meson _build --buildtype=release --prefix=/usr --libdir=/usr/lib
ninja -C _build
}