X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Frtpproxy;h=204f44bca7d160f155424fde1ad3ac1d0cd7a844;hb=d0d79462d654a490b47874583a014d151bdb9717;hp=88715dd7825f05941a53ff2bbd077af0c85100a0;hpb=c594bd17b1a5dc185e6476fb014556e8d730df6c;p=ipfire-2.x.git diff --git a/lfs/rtpproxy b/lfs/rtpproxy index 88715dd782..204f44bca7 100644 --- a/lfs/rtpproxy +++ b/lfs/rtpproxy @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2015 IPFire Team # +# Copyright (C) 2007-2018 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -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)