summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSpike292020-05-21 13:23:18 +0200
committerSpike292020-05-21 13:23:18 +0200
commit3c8eba5f50967217c0f67f67856a119964ee61d6 (patch)
tree5690ef4cc3ef32cee35a60c349dcaf7ab56a5bda
parent59c23f8dae3e95625124e729dde24b3cdfc11972 (diff)
downloadaur-3c8eba5f50967217c0f67f67856a119964ee61d6.tar.gz
Use double quotes in cmake options
-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 \