From ff0f73305cc7ae85cc18b1e3500285c47597bb23 Mon Sep 17 00:00:00 2001 From: Jonatan Schlag Date: Wed, 1 Mar 2017 13:05:55 +0100 Subject: [PATCH] rtpproxy: move initscript to src/initscripts/packages and use new macro Signed-off-by: Jonatan Schlag --- lfs/rtpproxy | 2 ++ src/initscripts/{init.d => packages}/rtpproxy | 0 2 files changed, 2 insertions(+) rename src/initscripts/{init.d => packages}/rtpproxy (100%) diff --git a/lfs/rtpproxy b/lfs/rtpproxy index 88715dd782..be276c6dc5 100644 --- a/lfs/rtpproxy +++ b/lfs/rtpproxy @@ -80,6 +80,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP) && ./configure --prefix=/usr --sysconfdir=/etc cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install + #install initscripts + $(call INSTALL_INITSCRIPT,rtpproxy) @rm -rf $(DIR_APP) @$(POSTBUILD) diff --git a/src/initscripts/init.d/rtpproxy b/src/initscripts/packages/rtpproxy similarity index 100% rename from src/initscripts/init.d/rtpproxy rename to src/initscripts/packages/rtpproxy -- 2.39.5