]> git.ipfire.org Git - people/stevee/ipfire-2.x.git/commitdiff
bluetooth: move initscript to src/initscripts/packages and use new macro
authorJonatan Schlag <jonatan.schlag@ipfire.org>
Fri, 24 Feb 2017 11:12:52 +0000 (12:12 +0100)
committerJonatan Schlag <jonatan.schlag@ipfire.org>
Fri, 24 Feb 2017 11:12:52 +0000 (12:12 +0100)
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
lfs/bluetooth
src/initscripts/packages/bluetooth [moved from src/initscripts/init.d/bluetooth with 100% similarity]

index dc5eec7ea567ca15c60000e6187cebcd39c42cfa..2c57809546fccd09f555156fd4599d92b3fac0d1 100644 (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)