/usr/bin/env python -> /usr/bin/python in scripts

This commit is contained in:
Kirill Timofeev 2013-05-17 11:44:35 -07:00
parent 6122b8a2b5
commit c59a1fb9bf

4
debian/rules vendored
View File

@ -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/' {} \;