bird: Fix path of configuration file in backup

Message ID 20191119152822.13122-1-michael.tremer@ipfire.org
State Accepted
Commit 1a23cf7324ff8497761dc070bbb0186f1d585789
Headers
Series bird: Fix path of configuration file in backup |

Commit Message

Michael Tremer Nov. 19, 2019, 3:28 p.m. UTC
  The backup did not pack the configuration file
due to an incorrect path.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
---
 config/backup/includes/bird | 2 +-
 lfs/bird                    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
  

Patch

diff --git a/config/backup/includes/bird b/config/backup/includes/bird
index 377010bed..b5e25ff87 100644
--- a/config/backup/includes/bird
+++ b/config/backup/includes/bird
@@ -1 +1 @@ 
-etc/bird.conf
+/etc/bird.conf
diff --git a/lfs/bird b/lfs/bird
index 7a2763b23..191f2ac04 100644
--- a/lfs/bird
+++ b/lfs/bird
@@ -32,7 +32,7 @@  DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = bird
-PAK_VER    = 5
+PAK_VER    = 6
 
 DEPS       = ""