From 39e47a61bec9559a8a7dd9da7f3dd91a21c5cf5f Mon Sep 17 00:00:00 2001 From: Ruslan Makhmatkhanov Date: Mon, 17 Jun 2013 11:46:10 +0000 Subject: - update to 3.5.0 - relax version limit in USE_PYTHON (python3 is now supported too) PR: 179240 Submitted by: Michael Gmelin (maintainer) --- devel/py-ice/files/patch-py-python-Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devel/py-ice/files/patch-py-python-Makefile') diff --git a/devel/py-ice/files/patch-py-python-Makefile b/devel/py-ice/files/patch-py-python-Makefile index d808f28defb0..948ffc8e1348 100644 --- a/devel/py-ice/files/patch-py-python-Makefile +++ b/devel/py-ice/files/patch-py-python-Makefile @@ -9,7 +9,7 @@ @for i in $(PACKAGES) ; \ do \ - $(INSTALL_DATA) -r $$i $(install_pythondir) ; \ -+ $(INSTALL_DATA) -d $(install_pythondir)/$$i ; \ ++ mkdir -p $(install_pythondir)/$$i ; \ + $(INSTALL_DATA) $$i/*.py* $(install_pythondir)/$$i ; \ done -- cgit v1.2.3