summaryrefslogtreecommitdiff
path: root/sh
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-01-13 17:49:29 +0000
committerRoy Marples <roy@marples.name>2008-01-13 17:49:29 +0000
commitb054a7251b91e2b95290dfd3760f942186c2d864 (patch)
treed9428e12f23b25e0427fc0fdad19883a2241eaf5 /sh
parent87e4e4410cb542f3b56989d02e088c5efdfaf157 (diff)
downloadopenrc-b054a7251b91e2b95290dfd3760f942186c2d864.tar.gz
openrc-b054a7251b91e2b95290dfd3760f942186c2d864.tar.bz2
openrc-b054a7251b91e2b95290dfd3760f942186c2d864.tar.xz
INSTALLAFTER needs to be defined before we include our mk's to work.
Diffstat (limited to 'sh')
-rw-r--r--sh/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sh/Makefile b/sh/Makefile
index 3412b63..47f431f 100644
--- a/sh/Makefile
+++ b/sh/Makefile
@@ -4,6 +4,8 @@ OBJS= ${SRCS:.in=.sh}
INC= init-common-post.sh rc-mount.sh ${OBJS}
BIN= gendepends.sh net.sh runscript.sh
+INSTALLAFTER= _installafter
+
MK= ../mk
# To get NET_LO
include ${MK}/os.mk
@@ -15,7 +17,6 @@ include ${MK}/scripts.mk
.in.sh:
sed -e 's:/lib/:/${LIBNAME}/:g' $< > $@
-INSTALLAFTER= _installafter
_installafter:
${INSTALL} -d ${DESTDIR}/etc/init.d
@# Provide an init script for the loopback interface