Codebase list sugar-terminal-activity / c74e444
fix shebang Jonas Smedegaard 3 years ago
1 changed file(s) with 3 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
1717 # Fix favor ISO 639-1 when differing from ISO 639-2
1818 mv debian/$(PKG)/usr/share/locale/ibo \
1919 debian/$(PKG)/usr/share/locale/ig
20 # Ensure proper hash-bang in Python script (Python Policy 0.9 ยง3.1)
21 perl -pi -e 's,^#! ?/usr/bin/(env )?python[[:print:]]*$$,#!/usr/bin/python3,' \
22 debian/*/usr/share/sugar/activities/*/setup.py