diff options
| author | Sri Mohana Singamsetty <msingamsetty@vmware.com> | 2019-08-13 14:53:08 -0700 | 
|---|---|---|
| committer | Sri Mohana Singamsetty <msingamsetty@vmware.com> | 2019-09-13 10:05:13 -0700 | 
| commit | 11c83aa48a02486b19bc9f863a859859110e0a42 (patch) | |
| tree | 563760aa09c92465897a549f4e96f87f629939cf /debian/rules | |
| parent | 90316c973f541412a23995894b80621a421bed33 (diff) | |
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/rules')
| -rwxr-xr-x | debian/rules | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index a546f38d70..c8550ecb52 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)),)  | 
