Author: vincentc-guest
Date: 2013-12-20 23:20:27 +0000 (Fri, 20 Dec 2013)
New Revision: 14701
Modified:
packages/trunk/supertuxkart/debian/rules
Log:
supertuxkart: Fix broken syntax in d/rules
Modified: packages/trunk/supertuxkart/debian/rules
===================================================================
--- packages/trunk/supertuxkart/debian/rules 2013-12-20 23:05:47 UTC (rev
14700)
+++ packages/trunk/supertuxkart/debian/rules 2013-12-20 23:20:27 UTC (rev
14701)
@@ -31,11 +31,11 @@
# wiimote input device support only on linux
if [ $(DEB_HOST_ARCH_OS) = linux ]; then \
dh_auto_configure -- -DSTK_INSTALL_BINARY_DIR="games" \
- -DSTK_INSTALL_DATA_DIR="share/games/supertuxkart" \
+ -DSTK_INSTALL_DATA_DIR="share/games/supertuxkart";
\
else \
dh_auto_configure -- -DSTK_INSTALL_BINARY_DIR="games" \
-DSTK_INSTALL_DATA_DIR="share/games/supertuxkart" \
- -DUSE_WIIUSE=OFF \
+ -DUSE_WIIUSE=OFF; \
fi
override_dh_auto_build:
_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits