]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commitdiff
tvheadend: Add backup include file
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 4 Dec 2017 18:16:52 +0000 (18:16 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 4 Mar 2024 22:08:29 +0000 (22:08 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/backup/includes/tvheadend [new file with mode: 0644]
config/rootfiles/packages/tvheadend
lfs/tvheadend

diff --git a/config/backup/includes/tvheadend b/config/backup/includes/tvheadend
new file mode 100644 (file)
index 0000000..87b2b53
--- /dev/null
@@ -0,0 +1 @@
+/etc/tvheadend
index d6711f68905c8b3b0c7fa8f0105c4ab66c44cddc..1a1523722dbec0876d8550f69d25e750f84abd9b 100644 (file)
@@ -4457,3 +4457,4 @@ usr/share/tvheadend
 #usr/share/tvheadend/src/webui/static/xcheckbox
 #usr/share/tvheadend/src/webui/static/xcheckbox/xcheckbox.css
 #usr/share/tvheadend/src/webui/static/xcheckbox/xcheckbox.js
+var/ipfire/backup/addons/includes/tvheadend
index 10274ef42cf9749d43f3fcdf3f9e7273e7f6125c..910c0b4c22d4f0b68bed572fd65275b811a9fefb 100644 (file)
@@ -110,5 +110,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        # Install initscript
        $(call INSTALL_INITSCRIPT,tvheadend)
 
+       # Backup
+       install -v -m 644 $(DIR_SRC)/config/backup/includes/tvheadend \
+               /var/ipfire/backup/addons/includes/tvheadend
+
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)