summaryrefslogtreecommitdiffstats
path: root/testing/multipath-tools/Makefile.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/multipath-tools/Makefile.patch')
-rw-r--r--testing/multipath-tools/Makefile.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/multipath-tools/Makefile.patch b/testing/multipath-tools/Makefile.patch
new file mode 100644
index 00000000..ddf7058d
--- /dev/null
+++ b/testing/multipath-tools/Makefile.patch
@@ -0,0 +1,11 @@
+--- src/multipath-tools-0.4.8/Makefile Thu Aug 2 21:05:37 2007
++++ Makefile Fri Feb 27 09:57:19 2009
+@@ -20,7 +20,7 @@
+ export KRNLSRC
+ export KRNLOBJ
+
+-BUILDDIRS = $(shell find . -mindepth 2 -name Makefile -exec dirname {} \; | grep -vE '^lib|/\.')
++BUILDDIRS = $(shell find . -name Makefile -exec dirname {} \; | grep -vE '^lib|/\.'|grep -v '^\.$$')
+
+ ifeq ($(MULTIPATH_VERSION),)
+ VERSION = $(shell basename ${PWD} | cut -d'-' -f3)