summaryrefslogtreecommitdiffstats
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, 20 insertions, 0 deletions
diff --git a/meta/packages/pcmciautils/pcmciautils-013/makefile_fix.patch b/meta/packages/pcmciautils/pcmciautils-013/makefile_fix.patch
new file mode 100644
index 0000000000..a45f9e20e3
--- /dev/null
+++ b/meta/packages/pcmciautils/pcmciautils-013/makefile_fix.patch
@@ -0,0 +1,20 @@
1Hardcoded paths are bad...
2
3Index: pcmciautils-013/Makefile
4===================================================================
5--- pcmciautils-013.orig/Makefile 2006-03-26 11:56:41.000000000 +0100
6+++ pcmciautils-013/Makefile 2006-05-09 22:10:16.000000000 +0100
7@@ -69,11 +69,11 @@
8 mandir = ${prefix}/usr/share/man
9 srcdir = .
10
11-INSTALL = /usr/bin/install -c
12+INSTALL = install -c
13 INSTALL_PROGRAM = ${INSTALL}
14 INSTALL_DATA = ${INSTALL} -m 644
15 INSTALL_SCRIPT = ${INSTALL_PROGRAM}
16-SYMLINK = /usr/bin/ln -sf
17+SYMLINK = ln -sf
18
19 # place to put our hotplug scripts nodes
20 hotplugdir = ${etcdir}/hotplug