diff options
Diffstat (limited to 'devel/ice/files/patch-py-Makefile')
-rw-r--r-- | devel/ice/files/patch-py-Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/ice/files/patch-py-Makefile b/devel/ice/files/patch-py-Makefile new file mode 100644 index 000000000000..7f929446e128 --- /dev/null +++ b/devel/ice/files/patch-py-Makefile @@ -0,0 +1,11 @@ +--- py/Makefile.orig 2013-10-04 15:48:15.000000000 +0000 ++++ py/Makefile 2013-12-01 16:37:09.381657035 +0000 +@@ -15,7 +15,7 @@ + + INSTALL_SUBDIRS = $(install_pythondir) $(install_libdir) + +-install:: install-common ++install:: + @for subdir in $(INSTALL_SUBDIRS); \ + do \ + if test ! -d $(DESTDIR)$$subdir ; \ |