spamassassin: move initscript to src/initscripts/packages and use new macro

Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
This commit is contained in:
Jonatan Schlag
2017-03-01 13:10:24 +01:00
parent 8bcca7ca0a
commit 89760da442
2 changed files with 4 additions and 0 deletions

View File

@@ -80,5 +80,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
cd $(DIR_APP) && yes 'n' | perl Makefile.PL
cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE)
cd $(DIR_APP) && make install
#install initscripts
$(call INSTALL_INITSCRIPT,spamassassin)
@rm -rf $(DIR_APP)
@$(POSTBUILD)