This is an automated email from the git hooks/post-receive script. odyx pushed a commit to branch debian/master in repository planetblupi.
commit 7e6a05063e46a9271bd79015a5f889f7d8dff6ea Author: Mathieu Schroeter <[email protected]> Date: Fri Dec 1 13:58:56 2017 +0100 Keep a copy of the original template --- resources/nsis/bootstrap.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/nsis/bootstrap.sh b/resources/nsis/bootstrap.sh index 13ee2e2..ac61603 100755 --- a/resources/nsis/bootstrap.sh +++ b/resources/nsis/bootstrap.sh @@ -1,4 +1,6 @@ #!/bin/sh +mv /C/msys64/mingw64/share/cmake-3.9/Modules/NSIS.template.in /C/msys64/mingw64/share/cmake-3.9/Modules/NSIS.template.in.orig +mv /C/msys64/mingw32/share/cmake-3.9/Modules/NSIS.template.in /C/msys64/mingw32/share/cmake-3.9/Modules/NSIS.template.in.orig cp $(dirname $0)/NSIS.template.in /C/msys64/mingw64/share/cmake-3.9/Modules/NSIS.template.in cp $(dirname $0)/NSIS.template.in /C/msys64/mingw32/share/cmake-3.9/Modules/NSIS.template.in -- 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

