Commit 75401469 authored by Thomas Petazzoni's avatar Thomas Petazzoni Committed by Peter Korsgaard
Browse files

snowball-init: use <pkg>_INSTALL_INIT_SYSV mechanism

parent acb268f7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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