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:
Alexandre Bique 2012-02-12 15:39:51 +01:00 committed by Norman Feske
parent 3c09a06620
commit a6f0067e7f
1 changed files with 8 additions and 0 deletions

View 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.