From 7d9b033b79af8124853a0aac6992389ea8595172 Mon Sep 17 00:00:00 2001 From: Jonatan Schlag Date: Wed, 1 Mar 2017 13:13:36 +0100 Subject: [PATCH] sslh: move initscript to src/initscripts/packages and use new macro Signed-off-by: Jonatan Schlag --- lfs/sslh | 4 ++++ src/initscripts/{init.d => packages}/sslh | 0 2 files changed, 4 insertions(+) rename src/initscripts/{init.d => packages}/sslh (100%) diff --git a/lfs/sslh b/lfs/sslh index f4201c3352..8262a5fc65 100644 --- a/lfs/sslh +++ b/lfs/sslh @@ -79,5 +79,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && make CFLAGS="$(CFLAGS)" $(MAKETUNING) cd $(DIR_APP) && install -v -m 755 sslh /usr/sbin + + #install initscripts + $(call INSTALL_INITSCRIPT,sslh) + @rm -rf $(DIR_APP) @$(POSTBUILD) diff --git a/src/initscripts/init.d/sslh b/src/initscripts/packages/sslh similarity index 100% rename from src/initscripts/init.d/sslh rename to src/initscripts/packages/sslh -- 2.39.5