summaryrefslogtreecommitdiff
blob: 335cebca2516065e9457948b5c7b016f346bade2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# This command allows us to replace bindir, libdir, etc.
# within our script and conf file. The example is taken
# from the autoconf documentation and can be found in the
# "Installation Directory Variables" section.
editgnudirs = sed -e 's|@BINDIR[@]|$(bindir)|g' \
           -e 's|@LIBDIR[@]|$(libdir)|g' \
           -e 's|@LIBEXECDIR[@]|$(libexecdir)|g' \
           -e 's|@LOCALSTATEDIR[@]|$(localstatedir)|g' \
           -e 's|@SYSCONFDIR[@]|$(sysconfdir)|g'
export editgnudirs

SUBDIRS = src openrc/conf.d openrc/init.d