[game-data-packager] 21/39: fix sense of install switch
Simon McVittie
smcv at debian.org
Sun Jan 11 01:52:23 UTC 2015
This is an automated email from the git hooks/post-receive script.
smcv pushed a commit to branch master
in repository game-data-packager.
commit 9b2e7b9a4add71a63f5ae28519e892815a34f547
Author: Simon McVittie <smcv at debian.org>
Date: Sat Jan 10 21:47:02 2015 +0000
fix sense of install switch
---
lib/via-python | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/via-python b/lib/via-python
index 5a5d860..1c9fc4c 100644
--- a/lib/via-python
+++ b/lib/via-python
@@ -29,9 +29,9 @@ gdp_data_driven () {
export DEBUG
fi
if [ "$INSTALL" = "yes" ]; then
- set _ --no-install "$@"
- else
set _ --install "$@"
+ else
+ set _ --no-install "$@"
fi
shift
if [ "$COMPRESS" = "yes" ]; then
--
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