summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-06-02 23:47:28 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-06-02 23:47:28 (EDT)
commitb3b2a1670077057503f641423e0790736c52cd0a (patch)
tree2a2fe5d42c95ce20c8971ccf0ff7dbc251b3239d /build
parentaaea4241bd7c846036c8830e810a14895a02c9ac (diff)
build: Install /etc/rc.common.
Diffstat (limited to 'build')
-rwxr-xr-xbuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/build b/build
index 69ad40b..c1ff898 100755
--- a/build
+++ b/build
@@ -49,6 +49,7 @@ install: build
install -p -m 0644 inittab dest/etc/inittab; \
install -d -m 0755 dest/etc/init.d dest/etc/rc.d; \
install -p -m 0755 ../src.etc/init.d/rc dest/etc/init.d/rc; \
+ install -p -m 0755 ../src.etc/rc.common dest/etc/rc.common; \
ln -sf rc dest/etc/init.d/rcS; \
ln -sf rc dest/etc/init.d/rcK; \
while read -r config script links; do \