summaryrefslogtreecommitdiff
path: root/devel/ice/files/patch-config-Make.common.rules
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ice/files/patch-config-Make.common.rules')
-rw-r--r--devel/ice/files/patch-config-Make.common.rules18
1 files changed, 18 insertions, 0 deletions
diff --git a/devel/ice/files/patch-config-Make.common.rules b/devel/ice/files/patch-config-Make.common.rules
new file mode 100644
index 000000000000..7ba9dd1fadd1
--- /dev/null
+++ b/devel/ice/files/patch-config-Make.common.rules
@@ -0,0 +1,18 @@
+--- config.orig/Make.common.rules 2013-05-20 22:21:58.666286011 +0000
++++ config/Make.common.rules 2013-05-20 22:20:50.897196090 +0000
+@@ -378,11 +378,15 @@
+ then \
+ echo "Creating $(install_slicedir)..." ; \
+ $(call mkdir, $(install_slicedir)) ; \
++ fi
++
++ @if test -d $(install_slicedir) ; \
++ then \
+ cd $(top_srcdir)/../slice ; \
+ for subdir in * ; \
+ do \
+ echo "Copying slice/$$subdir to $(install_slicedir)..." ; \
+ cp -fpr $$subdir $(install_slicedir) ; \
+ done ; \
+- fi
++ fi