diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2016-11-14 18:12:06 -0600 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2016-12-01 12:04:54 -0600 |
commit | e0ac661419042cb39c1ccf93df2981504d1e6339 (patch) | |
tree | 161d1928820550cb9af2ae47f4da33f9eb97bedf /sh/Makefile | |
parent | 6414c3bc394f86a5d6a5f02c934469e21bbbc923 (diff) |
split tmpfiles processing into opentmpfiles
The openntmpfiles package is designed so that it can be used on systems
independently of whether openrc is used.
Diffstat (limited to 'sh/Makefile')
-rw-r--r-- | sh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sh/Makefile b/sh/Makefile index 1af23ecd..4d7148fb 100644 --- a/sh/Makefile +++ b/sh/Makefile @@ -1,9 +1,9 @@ DIR= ${LIBEXECDIR}/sh SRCS= init.sh.in functions.sh.in gendepends.sh.in \ - openrc-run.sh.in rc-functions.sh.in tmpfiles.sh.in ${SRCS-${OS}} + openrc-run.sh.in rc-functions.sh.in ${SRCS-${OS}} INC= rc-mount.sh functions.sh rc-functions.sh runit.sh s6.sh \ start-stop-daemon.sh supervise-daemon.sh -BIN= gendepends.sh init.sh openrc-run.sh tmpfiles.sh ${BIN-${OS}} +BIN= gendepends.sh init.sh openrc-run.sh ${BIN-${OS}} INSTALLAFTER= _installafter |