summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 29345b180210..85f1b6ca767d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -33,7 +33,7 @@ build() {
# To only fetch Xonotic and Unvanquished gamepacks for example,
# use -DGAMEPACKS_LICENSE_LIST=none with -DGAMEPACKS_NAME_LIST="Xonotic Unvanquished".
# Please refer to the NetRadiant README for more instructions.
- cmake -G 'Unix Makefiles' -S. -Bbuild \
+ cmake -G "Unix Makefiles" -S. -Bbuild \
-DCMAKE_BUILD_TYPE=Release \
-DFHS_INSTALL=ON \
-DCMAKE_INSTALL_PREFIX=${pkgdir}/usr \