mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 00:55:19 +00:00
/usr/bin/env python -> /usr/bin/python in scripts
This commit is contained in:
parent
6122b8a2b5
commit
c59a1fb9bf
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…
Reference in New Issue
Block a user