summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Edmundson2015-07-24 12:50:37 +0200
committerDavid Edmundson2015-07-24 12:50:37 +0200
commit4b8693a357e5154769e727c965ea8dd34a3dc707 (patch)
tree72321b1117c1a737fc73bd46d09d0a432ccd8ded
parent9d87329fcc11cff65ea8f021bd61bfa96aa557df (diff)
downloadaur-4b8693a357e5154769e727c965ea8dd34a3dc707.tar.gz
Explicitly set lib path
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c9d3cc825ca6..e61e69e7a8a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -25,6 +25,7 @@ build() {
cd build
cmake ../libhangish \
-DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_INSTALL_LIBDIR=/lib \
-DCMAKE_BUILD_TYPE=Release
}