]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/rtpproxy
kernel: update to 4.14.20
[ipfire-2.x.git] / lfs / rtpproxy
index 88715dd7825f05941a53ff2bbd077af0c85100a0..be276c6dc5eebe79fdcec3f22f9aa39c678369b8 100644 (file)
@@ -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)