From: Thomas Petazzoni Date: Sun, 30 Nov 2014 14:18:16 +0000 (+0100) Subject: snowball-init: use _INSTALL_INIT_SYSV mechanism X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=754014693733d821a6a80a3206a446f549d39d6f;p=buildroot.git snowball-init: use _INSTALL_INIT_SYSV mechanism Signed-off-by: Thomas Petazzoni Acked-by: "Yann E. MORIN" Signed-off-by: Peter Korsgaard --- diff --git a/package/snowball-init/snowball-init.mk b/package/snowball-init/snowball-init.mk index d71f347095..40acdd6a03 100644 --- a/package/snowball-init/snowball-init.mk +++ b/package/snowball-init/snowball-init.mk @@ -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