aboutsummaryrefslogtreecommitdiff
path: root/sh/Makefile
diff options
context:
space:
mode:
authorWilliam Hubbs <w.d.hubbs@gmail.com>2015-04-26 13:31:49 -0500
committerWilliam Hubbs <w.d.hubbs@gmail.com>2015-04-27 11:21:29 -0500
commit8b9349208696e5caed1a8b34f066cec4ee642194 (patch)
tree0ee1fce0de32aecfcd5c314322067879fc0e73cd /sh/Makefile
parent4b1b457cd15cc1609c101b99a49a5e4c67b62567 (diff)
convert all references from runscript to openrc-run
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 8f742dc8..ee9d74de 100644
--- a/sh/Makefile
+++ b/sh/Makefile
@@ -1,8 +1,8 @@
DIR= ${LIBEXECDIR}/sh
SRCS= init.sh.in functions.sh.in gendepends.sh.in \
- rc-functions.sh.in runscript.sh.in tmpfiles.sh.in ${SRCS-${OS}}
+ openrc-run.sh.in rc-functions.sh.in tmpfiles.sh.in ${SRCS-${OS}}
INC= rc-mount.sh functions.sh rc-functions.sh
-BIN= gendepends.sh init.sh runscript.sh tmpfiles.sh ${BIN-${OS}}
+BIN= gendepends.sh init.sh openrc-run.sh tmpfiles.sh ${BIN-${OS}}
INSTALLAFTER= _installafter