X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fdnsdist;h=aeb11c87afc053a320fa0655b9938f15a284b903;hb=6033b2710346f9bf4e1182db706775ccde59e5c1;hp=62c17cf9fba7045380b564aa4a0f813d38f92924;hpb=665f79926d025fec413531c397ccd6998583237e;p=ipfire-2.x.git diff --git a/lfs/dnsdist b/lfs/dnsdist index 62c17cf9fb..aeb11c87af 100644 --- a/lfs/dnsdist +++ b/lfs/dnsdist @@ -79,8 +79,12 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && ./configure --prefix=/usr --sysconfdir=/etc - cd $(DIR_APP) && make $(MAKETUNING) + cd $(DIR_APP) && make cd $(DIR_APP) && make install + + #install initscripts + $(call INSTALL_INITSCRIPT,dnsdist) + @rm -rf $(DIR_APP) @$(POSTBUILD)