This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository blockattack.
commit 92a6e6a2b4b22b4c882a1c9faf80cbdf09283a6a Author: Markus Koschany <[email protected]> Date: Mon Jun 26 18:46:51 2017 +0200 d/rules: Fix CMAKE install paths. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 8d8dba3..0a2fdd1 100755 --- a/debian/rules +++ b/debian/rules @@ -9,7 +9,7 @@ override_dh_auto_configure: dh_auto_configure -- \ -DCMAKE_BUILD_TYPE=Release \ -DINSTALL_BIN_DIR=/usr/games \ - -DINSTALL_DATA_DIR=/usr/share/games/blockattack + -DINSTALL_DATA_DIR=share/games/blockattack override_dh_auto_build: dh_auto_build -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/blockattack.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

