bluetooth: 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:12:52 +01:00
parent c5480346b1
commit 5f53bd1c13
2 changed files with 4 additions and 0 deletions

View File

@@ -125,5 +125,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
chown nobody:nobody /var/ipfire/bluetooth/settings
chmod 644 /var/ipfire/bluetooth/settings
install -v -m 644 $(DIR_SRC)/config/backup/includes/bluetooth /var/ipfire/backup/addons/includes/bluetooth
#install initscripts
$(call INSTALL_INITSCRIPT,bluetooth)
@rm -rf $(DIR_SRC)/bluez*
@$(POSTBUILD)