summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-08-16 13:05:00 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-01-31 07:50:29 +0000
commit732e76683e9c145069408ccb5d68ca57f374000b (patch)
treef36d3890bc55bf7b6929fbc6231147ad0f808e3b
parent8df41d487dc2feda3e8f46f62657dd3ccd86dace (diff)
downloadalpine-baselayout-732e76683e9c145069408ccb5d68ca57f374000b.tar.bz2
alpine-baselayout-732e76683e9c145069408ccb5d68ca57f374000b.tar.xz
Create /run dir
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index af2bcf5..a3e04a7 100644
--- a/Makefile
+++ b/Makefile
@@ -90,6 +90,7 @@ install: $(GENERATED_FILES)
var/log \
var/run \
var/spool/cron \
+ run \
)
install -d -m 0700 $(DESTDIR)/root
install -d -m 1777 $(DESTDIR)/tmp $(DESTDIR)/var/tmp