aboutsummaryrefslogtreecommitdiffstats
path: root/testing/multipath-tools/Makefile.patch
diff options
context:
space:
mode:
authorAndrew Manison <amanison@anselsystems.com>2011-02-16 19:14:26 +0000
committerAndrew Manison <amanison@anselsystems.com>2011-02-16 19:14:26 +0000
commit71e39ce025e46b17e9634cb8fdeec7af04f2f0fa (patch)
treeab6569d59ab7f79ae8cb7c677658f9ba12854069 /testing/multipath-tools/Makefile.patch
parent01fd4f6611dd2b61cd8ceee01b4a454d74bbbc51 (diff)
parent692f71db5a7621fe29b255de3ef9ae973b74eacb (diff)
downloadaports-71e39ce025e46b17e9634cb8fdeec7af04f2f0fa.tar.bz2
aports-71e39ce025e46b17e9634cb8fdeec7af04f2f0fa.tar.xz
Merge branch 'master' of ssh://git.alpinelinux.org/gitroot/aports-amanison
Conflicts: main/iaxmodem/APKBUILD
Diffstat (limited to 'testing/multipath-tools/Makefile.patch')
-rw-r--r--testing/multipath-tools/Makefile.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/multipath-tools/Makefile.patch b/testing/multipath-tools/Makefile.patch
deleted file mode 100644
index ddf7058d33..0000000000
--- a/testing/multipath-tools/Makefile.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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)