Alon Bar-Lev has uploaded a new change for review. Change subject: packaging: support python3 in make tarball ......................................................................
packaging: support python3 in make tarball This fix minor python3 related syntax change. Change-Id: Idec1402ff3eda6b4379b7a1562f8537f577fb994 Signed-off-by: Alon Bar-Lev <alo...@redhat.com> --- M Makefile 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/91/9391/1 diff --git a/Makefile b/Makefile index 79dfdb8..35b65af 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,7 @@ PKG_JBOSS_MODULES=$(DATA_DIR)/modules RPMBUILD=rpmbuild PYTHON=python -PYTHON_DIR:=$(shell $(PYTHON) -c "from distutils.sysconfig import get_python_lib as f;print f()") +PYTHON_DIR:=$(shell $(PYTHON) -c "from distutils.sysconfig import get_python_lib as f;print(f())") # RPM version APP_VERSION:=$(shell cat pom.xml | grep '<engine.version>' | awk -F\> '{print $$2}' | awk -F\< '{print $$1}') -- To view, visit http://gerrit.ovirt.org/9391 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Idec1402ff3eda6b4379b7a1562f8537f577fb994 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <alo...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches