diff options
Diffstat (limited to 'devel/py-ice/files/patch-python+Makefile')
-rw-r--r-- | devel/py-ice/files/patch-python+Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/py-ice/files/patch-python+Makefile b/devel/py-ice/files/patch-python+Makefile new file mode 100644 index 000000000000..2bd86a81ace4 --- /dev/null +++ b/devel/py-ice/files/patch-python+Makefile @@ -0,0 +1,12 @@ +--- python/Makefile.orig Thu Feb 17 00:48:17 2005 ++++ python/Makefile Tue Aug 30 19:16:53 2005 +@@ -94,7 +94,8 @@ + $(INSTALL_DATA) *.py $(install_pythondir) + @for i in $(PACKAGES) ; \ + do \ +- $(INSTALL_DATA) -r $$i $(install_pythondir) ; \ ++ $(INSTALL_DATA) -d $(install_pythondir)/$$i ; \ ++ $(INSTALL_DATA) $$i/*.py $(install_pythondir)/$$i ; \ + done + + clean:: |