r15418 - packages/trunk/supertuxkart/debian

Vincent Cheng vcheng at moszumanska.debian.org
Thu May 14 06:37:15 UTC 2015


Author: vcheng
Date: 2015-05-14 06:37:15 +0000 (Thu, 14 May 2015)
New Revision: 15418

Modified:
   packages/trunk/supertuxkart/debian/rules
Log:
missing quotes


Modified: packages/trunk/supertuxkart/debian/rules
===================================================================
--- packages/trunk/supertuxkart/debian/rules	2015-05-14 06:33:56 UTC (rev 15417)
+++ packages/trunk/supertuxkart/debian/rules	2015-05-14 06:37:15 UTC (rev 15418)
@@ -25,11 +25,11 @@
 	# libbluetooth-dev is only available on linux, hence build with
 	# wiimote input device support only on linux
 	if [ $(DEB_HOST_ARCH_OS) = linux ]; then \
-	dh_auto_configure -- -DCMAKE_BUILD_TYPE=STKRelease \
+	dh_auto_configure -- -DCMAKE_BUILD_TYPE="STKRelease" \
 	                     -DSTK_INSTALL_BINARY_DIR="games" \
 	                     -DSTK_INSTALL_DATA_DIR="share/games/supertuxkart"; \
 	else \
-	dh_auto_configure -- -DCMAKE_BUILD_TYPE=STKRelease \
+	dh_auto_configure -- -DCMAKE_BUILD_TYPE="STKRelease" \
 	                     -DSTK_INSTALL_BINARY_DIR="games" \
 	                     -DSTK_INSTALL_DATA_DIR="share/games/supertuxkart" \
 	                     -DUSE_WIIUSE=OFF; \




More information about the Pkg-games-commits mailing list