Fix some more prefix stuff.
This commit is contained in:
parent
3f37d4771b
commit
e30ea10e6c
@ -15,7 +15,7 @@ LOCAL_PREFIX= /usr/local
|
||||
|
||||
PICFLAG?= -fPIC
|
||||
|
||||
SYSCONFDIR?= /etc
|
||||
SYSCONFDIR?= ${PREFIX}/etc
|
||||
INITDIR?= ${SYSCONFDIR}/init.d
|
||||
CONFDIR?= ${SYSCONFDIR}/conf.d
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
DIR= ${RC_LIB}/net
|
||||
DIR= ${PREFIX}/${RC_LIB}/net
|
||||
INC= ifconfig.sh
|
||||
|
||||
MK= ../mk
|
||||
|
@ -1,4 +1,4 @@
|
||||
DIR= ${RC_LIB}/net
|
||||
DIR= ${PREFIX}/${RC_LIB}/net
|
||||
INC= iwconfig.sh
|
||||
|
||||
MK= ../mk
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user