summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2011-06-21 16:03:48 +0000
committerWilliam Hubbs <williamh@gentoo.org>2011-06-21 16:03:48 +0000
commit7ba47b9ab6ebd630420d039aed790ef32ec4741b (patch)
treeaab290b93a88eae2f3010e5560364b84e6ecf7d4 /Makefile
parentdrop CVS_RSH now that it has been moved to dev-vcs/cvs #296823 (diff)
downloadbaselayout-7ba47b9ab6ebd630420d039aed790ef32ec4741b.tar.gz
baselayout-7ba47b9ab6ebd630420d039aed790ef32ec4741b.tar.bz2
baselayout-7ba47b9ab6ebd630420d039aed790ef32ec4741b.zip
Install the /run directory for bug #361349.
This is needed for at least dracut, systemd and udev. svn path=/trunk/; revision=3194
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index eacd4f0f..b896f991 100644
--- a/Makefile
+++ b/Makefile
@@ -27,6 +27,7 @@ endif
KEEP_DIRS-Linux += \
/dev \
+ /run \
/sys \
/usr/src
KEEP_DIRS = $(KEEP_DIRS-$(OS)) \