mirror of
https://github.com/pygos/init.git
synced 2024-11-05 04:07:10 +01:00
Make sure the service directory gets installed
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
This commit is contained in:
parent
5f27cb4804
commit
a108beaaf7
2 changed files with 5 additions and 0 deletions
|
@ -12,3 +12,7 @@ include cmd/Makemodule.am
|
|||
include initd/Makemodule.am
|
||||
include services/Makemodule.am
|
||||
include servicecmd/Makemodule.am
|
||||
|
||||
install-data-local:
|
||||
$(MKDIR_P) $(DESTDIR)$(SVCDIR)
|
||||
|
||||
|
|
|
@ -7,6 +7,7 @@ AM_SILENT_RULES([yes])
|
|||
AC_PROG_CC
|
||||
AC_PROG_INSTALL
|
||||
AC_PROG_RANLIB
|
||||
AC_PROG_MKDIR_P
|
||||
|
||||
AC_CONFIG_HEADERS([lib/include/config.h])
|
||||
AC_DEFINE_DIR(SVCDIR, sysconfdir/init.d, [Startup service directory])
|
||||
|
|
Loading…
Reference in a new issue