From: Jonatan Schlag Date: Thu, 23 Feb 2017 13:21:57 +0000 (+0100) Subject: openvmtools: move initscripts to src/initscripts/packages and use new macro X-Git-Tag: v2.19-core110^2~30^2~48 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f22bfcf48c6e3014615254922cb4515afec172a7;p=ipfire-2.x.git openvmtools: move initscripts to src/initscripts/packages and use new macro Signed-off-by: Jonatan Schlag --- diff --git a/lfs/openvmtools b/lfs/openvmtools index 72101d5260..1cf9427fe2 100644 --- a/lfs/openvmtools +++ b/lfs/openvmtools @@ -90,6 +90,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) --without-xerces-c --without-xerces cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install + #install initscripts + $(call INSTALL_INITSCRIPT,openvmtools) ln -sf ../init.d/openvmtools /etc/rc.d/rc3.d/S60openvmtools ln -sf ../init.d/openvmtools /etc/rc.d/rc0.d/K01openvmtools ln -sf ../init.d/openvmtools /etc/rc.d/rc6.d/K01openvmtools diff --git a/src/initscripts/init.d/openvmtools b/src/initscripts/packages/openvmtools similarity index 100% rename from src/initscripts/init.d/openvmtools rename to src/initscripts/packages/openvmtools