mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
shairport-sync: Add backup include file
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
1
config/backup/includes/shairport-sync
Normal file
1
config/backup/includes/shairport-sync
Normal file
@@ -0,0 +1 @@
|
|||||||
|
etc/shairport-sync.conf
|
||||||
@@ -2,3 +2,4 @@ etc/shairport-sync.conf
|
|||||||
#etc/shairport-sync.conf.sample
|
#etc/shairport-sync.conf.sample
|
||||||
usr/bin/shairport-sync
|
usr/bin/shairport-sync
|
||||||
#usr/share/man/man7/shairport-sync.7
|
#usr/share/man/man7/shairport-sync.7
|
||||||
|
var/ipfire/backup/addons/includes/shairport-sync
|
||||||
|
|||||||
@@ -86,5 +86,10 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
|||||||
--with-ssl=openssl
|
--with-ssl=openssl
|
||||||
cd $(DIR_APP) && make $(MAKETUNING)
|
cd $(DIR_APP) && make $(MAKETUNING)
|
||||||
cd $(DIR_APP) && make install
|
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)
|
@rm -rf $(DIR_APP)
|
||||||
@$(POSTBUILD)
|
@$(POSTBUILD)
|
||||||
|
|||||||
Reference in New Issue
Block a user