summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-03-02 21:14:01 +0000
committerRoy Marples <roy@marples.name>2008-03-02 21:14:01 +0000
commit67c5fd6bb8f1d489f7dd012a63a370f20fbe02da (patch)
treecf413352b5ec98209db226158b2a5113ce14936c /Makefile
parenta12dbdc6c93a7d63591610378e3e570b7c7d2143 (diff)
downloadopenrc-67c5fd6bb8f1d489f7dd012a63a370f20fbe02da.tar.gz
openrc-67c5fd6bb8f1d489f7dd012a63a370f20fbe02da.tar.bz2
openrc-67c5fd6bb8f1d489f7dd012a63a370f20fbe02da.tar.xz
Ensure that our scripts call prefixed runscript.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
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