mirror of
https://github.com/FRRouting/frr.git
synced 2025-04-30 21:47:15 +02:00
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>
(cherry picked from commit 03cef39003
)
This commit is contained in:
parent
5696a6a864
commit
0322a9d024
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