ports/devel/drpython/files/patch-drpython.lin
Dmitry Marakasov 9190f2bec0 - Simplify wrapper script creation
- Fix shebang
- Add build conflict with itself
2015-10-18 17:33:20 +00:00

7 lines
165 B
Text

--- drpython.lin.orig 2014-04-20 17:50:40 UTC
+++ drpython.lin
@@ -1,2 +1,2 @@
-#!/bin/bash
-python ${0%/*}/drpython.pyw
+#!/bin/sh
+%%PYTHON%% ${0%/*}/drpython.pyw