[game-data-packager] 02/02: add action word to ./run

Alexandre Detiste detiste-guest at moszumanska.debian.org
Tue Feb 17 11:17:20 UTC 2015


This is an automated email from the git hooks/post-receive script.

detiste-guest pushed a commit to branch steam
in repository game-data-packager.

commit 9161ff1d25580e743dcbde92bce3b5c25329ef5b
Author: Alexandre Detiste <alexandre.detiste at gmail.com>
Date:   Wed Feb 11 14:45:54 2015 +0100

    add action word to ./run
---
 run | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/run b/run
index afcc1fc..bb381f3 100755
--- a/run
+++ b/run
@@ -17,6 +17,10 @@ if [ $# -eq 0 ]; then
 fi
 
 case "$1" in
+	'steam')
+		shift
+		exec python3 -m game_data_packager.steam_wip "$@"
+		;;
 	'make-template')
 		shift
 		exec python3 -m game_data_packager.make_template "$@"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/game-data-packager.git



More information about the Pkg-games-commits mailing list