forked from Mirror/frr
debian: fix python3 shebang in new files
Already done for existing python scripts in the install, just need to add new .py files. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
This commit is contained in:
parent
e1e2ea84ee
commit
03cef39003
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -76,6 +76,8 @@ override_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
|
||||
sed -e '1c #!/usr/bin/python3' -i debian/tmp/usr/lib/frr/frr_babeltrace.py
|
||||
sed -e '1c #!/usr/bin/python3' -i debian/tmp/usr/lib/frr/ospfclient.py
|
||||
|
||||
# let dh_systemd_* and dh_installinit do their thing automatically
|
||||
cp build/tools/frr.service debian/frr.service
|
||||
|
|
Loading…
Reference in a new issue