summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Zanoni2023-04-05 14:06:51 +0200
committerAndrea Zanoni2023-04-05 14:06:51 +0200
commit53f5925a60823dace9fdea7d114d7b7b3f5c7c2a (patch)
tree94f87b687e79004750b299adddd44121c453e596
parent535341342080ad8a7ada486f7e63269e9ce6487b (diff)
downloadaur-53f5925a60823dace9fdea7d114d7b7b3f5c7c2a.tar.gz
Moved modules from libexec/ to /usr/lib/
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 55f44bccba66..2be4af61ac13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -36,7 +36,8 @@ prepare() {
--with-lapack=yes \
--enable-python \
--enable-Werror=no \
- --with-superlu=no
+ --with-superlu=no \
+ --libexecdir=/usr/lib/${pkgname}/
}
build() {