snowball-init: use <pkg>_INSTALL_INIT_SYSV mechanism

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Thomas Petazzoni 2014-11-30 15:18:16 +01:00 committed by Peter Korsgaard
parent acb268f78f
commit 7540146937
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ SNOWBALL_INIT_SITE = https://github.com/igloocommunity/snowball-init
SNOWBALL_INIT_LICENSE = BSD-4c
SNOWBALL_INIT_LICENSE_FILES = debian/copyright
define SNOWBALL_INIT_INSTALL_TARGET_CMDS
define SNOWBALL_INIT_INSTALL_INIT_SYSV
$(INSTALL) -D -m 0755 $(@D)/snowball $(TARGET_DIR)/etc/init.d/S50snowball
endef