shairport-sync: Add backup include file

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2018-11-11 17:34:11 +00:00
parent c708fa157f
commit 63dc6532d1
3 changed files with 7 additions and 0 deletions

View File

@@ -0,0 +1 @@
etc/shairport-sync.conf

View File

@@ -2,3 +2,4 @@ etc/shairport-sync.conf
#etc/shairport-sync.conf.sample
usr/bin/shairport-sync
#usr/share/man/man7/shairport-sync.7
var/ipfire/backup/addons/includes/shairport-sync

View File

@@ -86,5 +86,10 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
--with-ssl=openssl
cd $(DIR_APP) && make $(MAKETUNING)
cd $(DIR_APP) && make install
# Backup
install -v -m 644 $(DIR_SRC)/config/backup/includes/shairport-sync \
/var/ipfire/backup/addons/includes/shairport-sync
@rm -rf $(DIR_APP)
@$(POSTBUILD)