mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 06:07:59 +00:00
Hard-wire OKL4 elfweaver to python2
On executing "make prepare", patch elfweaver to specify python2 instead of python, fix #107
This commit is contained in:
parent
3c09a06620
commit
a6f0067e7f
8
base-okl4/patches/elfweaver-python2.patch
Normal file
8
base-okl4/patches/elfweaver-python2.patch
Normal file
@ -0,0 +1,8 @@
|
||||
--- 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.
|
Loading…
Reference in New Issue
Block a user