summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorSri Mohana Singamsetty <msingamsetty@vmware.com>2019-08-13 23:53:08 +0200
committerSri Mohana Singamsetty <msingamsetty@vmware.com>2019-09-13 19:05:13 +0200
commit11c83aa48a02486b19bc9f863a859859110e0a42 (patch)
tree563760aa09c92465897a549f4e96f87f629939cf /debian
parentMerge pull request #4968 from rubenk/fix-surname (diff)
downloadfrr-11c83aa48a02486b19bc9f863a859859110e0a42.tar.xz
frr-11c83aa48a02486b19bc9f863a859859110e0a42.zip
tools: Modifications to copy support bundle files
This commit is to copy the support bundle scripts to appropriate directories during installation Signed-off-by: Sri Mohana Singamsetty <msingamsetty@vmware.com>
Diffstat (limited to 'debian')
-rw-r--r--debian/frr-pythontools.install1
-rwxr-xr-xdebian/rules1
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/frr-pythontools.install b/debian/frr-pythontools.install
index 28140382f..5f7eaebed 100644
--- a/debian/frr-pythontools.install
+++ b/debian/frr-pythontools.install
@@ -1 +1,2 @@
usr/lib/frr/frr-reload.py
+usr/lib/frr/generate_support_bundle.py
diff --git a/debian/rules b/debian/rules
index a546f38d7..c8550ecb5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -71,6 +71,7 @@ override_dh_auto_install:
dh_auto_install
sed -e '1c #!/usr/bin/python3' -i debian/tmp/usr/lib/frr/frr-reload.py
+ sed -e '1c #!/usr/bin/python3' -i debian/tmp/usr/lib/frr/generate_support_bundle.py
# let dh_systemd_* and dh_installinit do their thing automatically
ifeq ($(filter pkg.frr.nosystemd,$(DEB_BUILD_PROFILES)),)