* Add patch patch-core_cadabra2.in, to get proper shebang in bin/cadabra2. PR: 218985 Submitted by: Yuri Victorovich <yuri@rawbw.com> Approved by: Yuri Victorovich (maintainer), rakuco (mentor, implicit) Differential Revision: https://reviews.freebsd.org/D10761
8 lines
178 B
Text
8 lines
178 B
Text
--- core/cadabra2.in.orig 2017-05-17 08:17:17 UTC
|
|
+++ core/cadabra2.in
|
|
@@ -1,4 +1,4 @@
|
|
-#!/usr/bin/env python@PYTHON_POSTFIX@
|
|
+#!@PYTHON_EXECUTABLE@
|
|
#
|
|
# \ingroup pythoncore
|
|
#
|