summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStMartin812020-11-12 22:44:33 +0100
committerStMartin812020-11-12 22:44:33 +0100
commit0433203edd0fa33f5fb70d834c30d8cc6f0ae38f (patch)
treebd6fdb4ebee5908f54a5820d50b416a11cdb5e59 /PKGBUILD
parent771b7d3054635b683a08a9d4cd7a8600a0ab51e5 (diff)
downloadaur-discover-git.tar.gz
Fix CMake build command
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 202fc2ca1ff6..affa950c053c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -27,7 +27,7 @@ pkgver() {
}
build() {
- cmake -B build -S cd $srcdir/$_pkgname \
+ cmake -B build -S $_pkgname \
-DCMAKE_INSTALL_LIBEXECDIR=lib \
-DBUILD_TESTING=OFF
cmake --build build