summaryrefslogtreecommitdiff
path: root/sh/Makefile
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2012-03-12 01:28:44 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2012-03-12 01:37:31 -0700
commitc75352af3d787377c4aa62baa1331f37db3d1d97 (patch)
tree4548740581815df176adb6b5781878b61aea7444 /sh/Makefile
parentb27a9003bb0e3123b91b2b734629f980b8ccad6f (diff)
downloadopenrc-c75352af3d787377c4aa62baa1331f37db3d1d97.tar.gz
openrc-c75352af3d787377c4aa62baa1331f37db3d1d97.tar.bz2
openrc-c75352af3d787377c4aa62baa1331f37db3d1d97.tar.xz
sh/tmpfiles: tmpfiles.d support.
This is the baseline support for tmpfiles.d. Still missing: - SELinux relabel, pending upstream clarification - LIBDIR vs multilib systems, pending upstream clarification - Whitespace in paths? - Clean support not implemented - "x" exclude type not implemented X-Gentoo-Bug: 396003 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=396003 Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'sh/Makefile')
-rw-r--r--sh/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sh/Makefile b/sh/Makefile
index 15b24d0..4df8fde 100644
--- a/sh/Makefile
+++ b/sh/Makefile
@@ -1,8 +1,8 @@
DIR= ${LIBEXECDIR}/sh
SRCS= init.sh.in functions.sh.in gendepends.sh.in init-common-post.sh.in \
- rc-functions.sh.in runscript.sh.in ${SRCS-${OS}}
+ rc-functions.sh.in runscript.sh.in tmpfiles.sh.in ${SRCS-${OS}}
INC= init-common-post.sh rc-mount.sh functions.sh rc-functions.sh
-BIN= gendepends.sh init.sh runscript.sh ${BIN-${OS}}
+BIN= gendepends.sh init.sh runscript.sh tmpfiles.sh ${BIN-${OS}}
INSTALLAFTER= _installafter