This is an automated email from the git hooks/post-receive script. odyx pushed a commit to branch debian/master in repository planetblupi.
commit 40de4910b91b1d855b44a9a6470882a99b381496 Author: Didier Raboud <[email protected]> Date: Sun Oct 22 18:48:21 2017 +0200 Specify the BINDIR through a CMake option --- debian/rules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/rules b/debian/rules index 2d33f6a..61983c6 100755 --- a/debian/rules +++ b/debian/rules @@ -2,3 +2,6 @@ %: dh $@ + +override_dh_auto_configure: + dh_auto_configure -- -DCMAKE_INSTALL_BINDIR=games -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/planetblupi.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

