Codebase list sugar-read-activity / c708a1e
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
1818 # Fix favor ISO 639-1 when differing from ISO 639-2
1919 mv debian/$(PKG)/usr/share/locale/aym \
2020 debian/$(PKG)/usr/share/locale/ay
21 # Ensure proper hash-bang in Python script (Python Policy 0.9 ยง3.1)
22 perl -pi -e 's,^#! ?(/usr/bin/)?(env )?python[[:print:]]*$$,#!/usr/bin/python3,' \
23 debian/*/usr/share/sugar/activities/*/*.py