mysql: 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-02-24 12:16:35 +01:00
parent 47b6926102
commit 939fbafccd
2 changed files with 4 additions and 0 deletions

View File

@@ -102,5 +102,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
install -v -m755 -o mysql -g mysql -d /var/run/mysql
install -v -m 644 $(DIR_SRC)/config/backup/includes/mysql \
/var/ipfire/backup/addons/includes/mysql
#install initscripts
$(call INSTALL_INITSCRIPT,mysql)
@rm -rf $(DIR_APP)
@$(POSTBUILD)