summaryrefslogtreecommitdiff
path: root/devel/py-ice/files/patch-py-python-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-ice/files/patch-py-python-Makefile')
-rw-r--r--devel/py-ice/files/patch-py-python-Makefile2
1 files changed, 1 insertions, 1 deletions
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