xinetd: fix the call of INSTALL_INITSCRIPT

Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Jonatan Schlag
2017-03-10 15:31:25 +01:00
committed by Michael Tremer
parent d04e15178d
commit 3baa3661a1

View File

@@ -83,7 +83,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
cp -f $(DIR_SRC)/config/xinetd/xinetd.conf /etc/xinetd.conf
#install initscripts
$(call INSTALL_INITSCRIPT,nfs-server)
$(call INSTALL_INITSCRIPT,xinetd)
@rm -rf $(DIR_APP)
@$(POSTBUILD)