genode/base-okl4/patches/elfweaver-python2.patch
Alexandre Bique a6f0067e7f Hard-wire OKL4 elfweaver to python2
On executing "make prepare", patch elfweaver to specify python2 instead
of python, fix #107
2012-02-14 16:44:43 +01:00

9 lines
283 B
Diff

--- a/tools/pyelf/elfweaver 2012-02-12 15:35:22.347943742 +0100
+++ b/tools/pyelf/elfweaver 2012-02-12 15:35:26.444610504 +0100
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
#
# Copyright (c) 2007 Open Kernel Labs, Inc. (Copyright Holder).
# All rights reserved.