summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-03-26 05:08:56 +0000
committerRoy Marples <roy@marples.name>2008-03-26 05:08:56 +0000
commite30ea10e6cb3d3eca370fdb22d479834ec3f86a4 (patch)
treeec7f604e005e9a71af0c68fb146799ef1efb3944
parent3f37d4771b7b88a9c17f8c4b677551ade486416f (diff)
downloadopenrc-e30ea10e6cb3d3eca370fdb22d479834ec3f86a4.tar.gz
openrc-e30ea10e6cb3d3eca370fdb22d479834ec3f86a4.tar.bz2
openrc-e30ea10e6cb3d3eca370fdb22d479834ec3f86a4.tar.xz
Fix some more prefix stuff.
-rw-r--r--mk/sys.mk2
-rw-r--r--net.BSD/Makefile2
-rw-r--r--net.FreeBSD/Makefile2
-rw-r--r--net.Linux/Makefile2
4 files changed, 4 insertions, 4 deletions
diff --git a/mk/sys.mk b/mk/sys.mk
index 25e1b3d..bcf87d7 100644
--- a/mk/sys.mk
+++ b/mk/sys.mk
@@ -15,7 +15,7 @@ LOCAL_PREFIX= /usr/local
PICFLAG?= -fPIC
-SYSCONFDIR?= /etc
+SYSCONFDIR?= ${PREFIX}/etc
INITDIR?= ${SYSCONFDIR}/init.d
CONFDIR?= ${SYSCONFDIR}/conf.d
diff --git a/net.BSD/Makefile b/net.BSD/Makefile
index 14aba58..95391e8 100644
--- a/net.BSD/Makefile
+++ b/net.BSD/Makefile
@@ -1,4 +1,4 @@
-DIR= ${RC_LIB}/net
+DIR= ${PREFIX}/${RC_LIB}/net
INC= ifconfig.sh
MK= ../mk
diff --git a/net.FreeBSD/Makefile b/net.FreeBSD/Makefile
index 513cd77..da75fc3 100644
--- a/net.FreeBSD/Makefile
+++ b/net.FreeBSD/Makefile
@@ -1,4 +1,4 @@
-DIR= ${RC_LIB}/net
+DIR= ${PREFIX}/${RC_LIB}/net
INC= iwconfig.sh
MK= ../mk
diff --git a/net.Linux/Makefile b/net.Linux/Makefile
index fd6d032..628f5f4 100644
--- a/net.Linux/Makefile
+++ b/net.Linux/Makefile
@@ -1,4 +1,4 @@
-DIR= ${RC_LIB}/net
+DIR= ${PREFIX}/${RC_LIB}/net
INC= adsl.sh apipa.sh arping.sh bonding.sh br2684ctl.sh bridge.sh ccwgroup.sh \
clip.sh ifconfig.sh ifplugd.sh ip6to4.sh ipppd.sh iproute2.sh \
iwconfig.sh netplugd.sh pppd.sh pump.sh tuntap.sh udhcpc.sh vlan.sh