[X2Go-Commits] [pyhoca-cli] 01/01: debian/rules: Typo fix in WITH_PYTHON3 variable assignment.
git-admin at x2go.org
git-admin at x2go.org
Mon Sep 25 13:49:09 CEST 2017
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository pyhoca-cli.
commit 957fb1a0bfe11ba9e79273c76ab407e7b005a871
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Mon Sep 25 13:49:05 2017 +0200
debian/rules: Typo fix in WITH_PYTHON3 variable assignment.
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 30a7635..3f27321 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
# Based on sample debian/rules file - for GNU Hello (1.3).
# Copyright 2010-2016 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
-WITH_PYTHON3 = $(shell test -f /usr/bin/dh_python2 && echo "--with python3")
+WITH_PYTHON3 = $(shell test -f /usr/bin/dh_python3 && echo "--with python3")
%:
dh ${@} ${WITH_PYTHON3}
--
Alioth's /srv/git/code.x2go.org/pyhoca-cli.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-cli.git
More information about the x2go-commits
mailing list