X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fdnsdist;h=aeb11c87afc053a320fa0655b9938f15a284b903;hb=5bc33236ca28747683109cd62c94c35338374c68;hp=a5d9fea9ff94f88cbb4a7ccf9896ea8c7d4a1ee4;hpb=c485f38c996cab87c98a78f1cadc2c2197d30625;p=ipfire-2.x.git diff --git a/lfs/dnsdist b/lfs/dnsdist index a5d9fea9ff..aeb11c87af 100644 --- a/lfs/dnsdist +++ b/lfs/dnsdist @@ -81,6 +81,10 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP) && ./configure --prefix=/usr --sysconfdir=/etc cd $(DIR_APP) && make cd $(DIR_APP) && make install + + #install initscripts + $(call INSTALL_INITSCRIPT,dnsdist) + @rm -rf $(DIR_APP) @$(POSTBUILD)