mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
a6f0067e7f
On executing "make prepare", patch elfweaver to specify python2 instead of python, fix #107
9 lines
283 B
Diff
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.
|