aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/Makefile2
-rw-r--r--sh/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/net/Makefile b/net/Makefile
index e2eb4d36..677bd2f7 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -1,4 +1,4 @@
-DIR= ${RC_LIB}/net
+DIR= ${PREFIX}/${RC_LIB}/net
INC= dhclient.sh dhcpcd.sh macchanger.sh macnet.sh \
ssidnet.sh system.sh wpa_supplicant.sh
diff --git a/sh/Makefile b/sh/Makefile
index 5dd64d61..31f3156f 100644
--- a/sh/Makefile
+++ b/sh/Makefile
@@ -1,4 +1,4 @@
-DIR= ${RC_LIB}/sh
+DIR= ${PREFIX}/${RC_LIB}/sh
SRCS= functions.sh.in gendepends.sh.in net.sh.in \
rc-functions.sh.in runscript.sh.in
INC= init-common-post.sh rc-mount.sh functions.sh rc-functions.sh