summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-11-30 15:18:16 +0100
committerPeter Korsgaard <peter@korsgaard.com>2014-12-01 23:07:41 +0100
commit754014693733d821a6a80a3206a446f549d39d6f (patch)
tree051243307198dd5c9bf2bdb8b99bafe41e1bbb9c
parentacb268f78f81f7ecab00e9d335075925d4efd40c (diff)
downloadbuildroot-754014693733d821a6a80a3206a446f549d39d6f.tar.gz
buildroot-754014693733d821a6a80a3206a446f549d39d6f.zip
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>
-rw-r--r--package/snowball-init/snowball-init.mk2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud