summaryrefslogtreecommitdiff
path: root/meta/packages/pcmciautils/pcmciautils-013/makefile_fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/pcmciautils/pcmciautils-013/makefile_fix.patch')
-rw-r--r--meta/packages/pcmciautils/pcmciautils-013/makefile_fix.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/meta/packages/pcmciautils/pcmciautils-013/makefile_fix.patch b/meta/packages/pcmciautils/pcmciautils-013/makefile_fix.patch
deleted file mode 100644
index a45f9e20e..000000000
--- a/meta/packages/pcmciautils/pcmciautils-013/makefile_fix.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-Hardcoded paths are bad...
-
-Index: pcmciautils-013/Makefile
-===================================================================
---- pcmciautils-013.orig/Makefile 2006-03-26 11:56:41.000000000 +0100
-+++ pcmciautils-013/Makefile 2006-05-09 22:10:16.000000000 +0100
-@@ -69,11 +69,11 @@
- mandir = ${prefix}/usr/share/man
- srcdir = .
-
--INSTALL = /usr/bin/install -c
-+INSTALL = install -c
- INSTALL_PROGRAM = ${INSTALL}
- INSTALL_DATA = ${INSTALL} -m 644
- INSTALL_SCRIPT = ${INSTALL_PROGRAM}
--SYMLINK = /usr/bin/ln -sf
-+SYMLINK = ln -sf
-
- # place to put our hotplug scripts nodes
- hotplugdir = ${etcdir}/hotplug