[X2Go-Commits] [x2goclient] 30/94: debian/rules: Typo fix in WITH_PYTHON3 variable assignment.
git-admin at x2go.org
git-admin at x2go.org
Fri Dec 15 21:06:27 CET 2023
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to annotated tag 0.6.1.0
in repository x2goclient.
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 30a7635e..3f273214 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 /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
More information about the x2go-commits
mailing list