summarylogtreecommitdiffstats
path: root/python2-fix.patch
diff options
context:
space:
mode:
authorAlbert Graef2017-07-24 10:37:22 +0200
committerAlbert Graef2017-07-24 10:37:22 +0200
commit6f35b3a428f53b0093d9dfd674c1a15b6a007725 (patch)
treeee52f3eb13846a3e9f20fc15245a71b4a6043910 /python2-fix.patch
parentc7eff8382a804bb330c890ceb5d1c7c5dbaa7861 (diff)
downloadaur-6f35b3a428f53b0093d9dfd674c1a15b6a007725.tar.gz
Update to latest upstream, LLVM version fixed upstream, fixed included python patch.
Diffstat (limited to 'python2-fix.patch')
-rw-r--r--python2-fix.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/python2-fix.patch b/python2-fix.patch
index fb90f1f04472..81e932f38a56 100644
--- a/python2-fix.patch
+++ b/python2-fix.patch
@@ -3,8 +3,8 @@ index 2e460fcb9..5831a86a9 100755
--- a/tools/faust2appls/faust2md
+++ b/tools/faust2appls/faust2md
@@ -1,4 +1,4 @@
--#!/usr/bin/python
-+#!/usr/bin/python2
+-#!/usr/bin/env python
++#!/usr/bin/env python2
#---------------------- faust2md -----------------------
# Usage: `faust2md [-t 4] [-c] [-f] foo.dsp > foo.md`