summaryrefslogtreecommitdiff
path: root/sh.BSD
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-09-19 13:53:40 +0000
committerRoy Marples <roy@marples.name>2007-09-19 13:53:40 +0000
commit77f9015f0bf09c5ef3c51009e21d8e687006c3e4 (patch)
tree5f62c36e8a9e3c3dddeef6a086a0708af35dfcd3 /sh.BSD
parent987c72f12f41b8108447810fe84fd9f16e6d29d7 (diff)
downloadopenrc-77f9015f0bf09c5ef3c51009e21d8e687006c3e4.tar.gz
openrc-77f9015f0bf09c5ef3c51009e21d8e687006c3e4.tar.bz2
openrc-77f9015f0bf09c5ef3c51009e21d8e687006c3e4.tar.xz
/lib/rcscripts -> /lib/rc
Diffstat (limited to 'sh.BSD')
-rw-r--r--sh.BSD/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sh.BSD/Makefile b/sh.BSD/Makefile
index 9c08bbd..485de3a 100644
--- a/sh.BSD/Makefile
+++ b/sh.BSD/Makefile
@@ -1,5 +1,5 @@
-DIR = /$(LIB)/rcscripts/sh
-EXES = init.sh
+DIR = $(RC_LIB)/sh
+EXES = init.sh
TOPDIR = ..
include $(TOPDIR)/default.mk