- instdir.patch: move binaries from /sbin to /usr/sbin, where all binaries belong by now. /sbin is a symlink to /usr/sbin so no compatibility issues should occur. OBS-URL: https://build.opensuse.org/request/show/950469 OBS-URL: https://build.opensuse.org/package/show/Base:System/pcmciautils?expand=0&rev=23
14 lines
456 B
Diff
14 lines
456 B
Diff
Index: pcmciautils-018/Makefile
|
|
===================================================================
|
|
--- pcmciautils-018.orig/Makefile
|
|
+++ pcmciautils-018/Makefile
|
|
@@ -70,7 +70,7 @@ KERNEL_DIR = /lib/modules/${shell uname
|
|
|
|
# override this to make pcmciautils look in a different location for its files
|
|
prefix =
|
|
-exec_prefix = ${prefix}
|
|
+exec_prefix = ${prefix}/usr
|
|
etcdir = ${prefix}/etc
|
|
sbindir = ${exec_prefix}/sbin
|
|
mandir = ${prefix}/usr/share/man
|