summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-08-13 12:56:39 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-08-13 12:56:39 (EDT)
commit3d0b7ff628d44727b5d69a7bc012ce98bdfbea61 (patch)
tree3ba0e5cd3d040a14b355d8625e7f50f83f9f6d4d /build
parentadccf87da2c72891e12f20945db07020382c10db (diff)
Make /run and links.
Diffstat (limited to 'build')
-rwxr-xr-xbuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/build b/build
index 4f77a6f..46be68a 100755
--- a/build
+++ b/build
@@ -21,6 +21,8 @@ install: build
install -d -m "$${mode}" "base-files.data/$${dir}"; \
done <'../dirs.$(OPK_HOST_ARCH_KERNEL)'
ln -s share/man base-files.data/usr/local/man
+ ln -s /run base-files.data/var/run
+ ln -s /run/lock base-files.data/var/lock
# Install base files.
for file in /etc/issue /etc/motd; do \
sed "$(script)" "src/$${file}" >"base-files.data/$${file}"; \