From 67c5fd6bb8f1d489f7dd012a63a370f20fbe02da Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Sun, 2 Mar 2008 21:14:01 +0000 Subject: Ensure that our scripts call prefixed runscript. --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6d5e562..58ab098 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,9 @@ NAME= openrc VERSION= 0.1 PKG= ${NAME}-${VERSION} -SUBDIR= conf.d doc etc init.d man net runlevels sh src +SUBDIR= conf.d doc etc init.d man net sh src +# We need to ensure that runlevels is done last +SUBDIR+= runlevels INSTALLAFTER= _installafter -- cgit v1.2.3