[X2Go-Commits] [x2gobroker] 07/17: Makefile: Assure that setup.py is run under Python3.

git-admin at x2go.org git-admin at x2go.org
Mon Oct 9 10:40:05 CEST 2017


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

x2go pushed a commit to branch master
in repository x2gobroker.

commit d7a6b7d30ece2a23c57c2c371e62be690416472c
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Sat Sep 23 16:36:04 2017 +0200

    Makefile: Assure that setup.py is run under Python3.
---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index ecb7639..2a74382 100755
--- a/Makefile
+++ b/Makefile
@@ -75,8 +75,8 @@ install:
 	mkdir -p "${DESTDIR}/var/lib/x2gobroker" \
 	        "${DESTDIR}/var/log/x2gobroker"
 
-	# python-x2gobroker
-	python setup.py install --prefix="${PREFIX}" $${DESTDIR+--root="${DESTDIR}"}
+	# python3-x2gobroker
+	python3 setup.py install --prefix="${PREFIX}" $${DESTDIR+--root="${DESTDIR}"}
 	mkdir -p "${DESTDIR}${ETCDIR}/broker" "${DESTDIR}/etc/pam.d" \
 	        "${DESTDIR}/etc/default"
 	${INSTALL_FILE} defaults/python-x2gobroker.default \

--
Alioth's /srv/git/code.x2go.org/x2gobroker.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git


More information about the x2go-commits mailing list