We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73a0404 commit 926d3c7Copy full SHA for 926d3c7
1 file changed
Makefile
@@ -107,7 +107,7 @@ kosmorro.deb:
107
# remove pycache folders:
108
rm -rf tmp/kosmorro/__pycache__ tmp/kosmorro/i18n/__pycache__
109
# Replace shebang in executable:
110
- echo -e "#!/usr/bin/env python3\n$$(tail -n +2 tmp/bin/kosmorro)" > tmp/bin/kosmorro
+ printf "#!/usr/bin/env python3\n$$(tail -n +2 tmp/bin/kosmorro)" > tmp/bin/kosmorro
111
112
cp -r tmp/kosmorro kosmorro-deb/usr/lib/python3/dist-packages
113
cp -r tmp/kosmorro-$(KOSMORRO_VERSION).dist-info kosmorro-deb/usr/lib/python3/dist-packages
0 commit comments