mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
/usr/bin/env python -> /usr/bin/python in scripts
This commit is contained in:
parent
6122b8a2b5
commit
c59a1fb9bf
1 changed files with 4 additions and 0 deletions
4
debian/rules
vendored
4
debian/rules
vendored
|
@ -13,3 +13,7 @@ SALT_BIN = common minion master syndic
|
|||
|
||||
dh_override_auto_build:
|
||||
python setup.py build
|
||||
|
||||
override_dh_installdeb:
|
||||
dh_installdeb
|
||||
find . -type f -regex .*/usr/bin/.* -exec sed -i -e 's/^\(#!\/usr\/bin\/\)env \(python\)$$/\1\2/' {} \;
|
||||
|
|
Loading…
Add table
Reference in a new issue