summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1ce02b4c80a4..059bb4abbbab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -32,8 +32,7 @@ build() {
-DGLOBAL_DIR="/usr/share/${pkgname}" \
-DCMAKE_INSTALL_DATADIR="share" \
-DCMAKE_INSTALL_DOCDIR="share/doc/${pkgname}" \
- -DBINARY_NAME="${pkgname}" \
- ..
+ -DBINARY_NAME="${pkgname}"
make -C build
}