diff options
Diffstat (limited to 'meta-oe/recipes-gnome/gnome/gobject-introspection/use-usr-bin-env-for-python.patch')
| -rw-r--r-- | meta-oe/recipes-gnome/gnome/gobject-introspection/use-usr-bin-env-for-python.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/meta-oe/recipes-gnome/gnome/gobject-introspection/use-usr-bin-env-for-python.patch b/meta-oe/recipes-gnome/gnome/gobject-introspection/use-usr-bin-env-for-python.patch deleted file mode 100644 index 67b85470d3..0000000000 --- a/meta-oe/recipes-gnome/gnome/gobject-introspection/use-usr-bin-env-for-python.patch +++ /dev/null | |||
| @@ -1,20 +0,0 @@ | |||
| 1 | Index: gobject-introspection-0.9.10/tools/g-ir-annotation-tool.in | ||
| 2 | =================================================================== | ||
| 3 | --- gobject-introspection-0.9.10.orig/tools/g-ir-annotation-tool.in | ||
| 4 | +++ gobject-introspection-0.9.10/tools/g-ir-annotation-tool.in | ||
| 5 | @@ -1,4 +1,4 @@ | ||
| 6 | -#!@PYTHON@ | ||
| 7 | +#!/usr/bin/env python | ||
| 8 | # -*- Mode: Python -*- | ||
| 9 | # GObject-Introspection - a framework for introspecting GObject libraries | ||
| 10 | # Copyright (C) 2008 Johan Dahlin | ||
| 11 | Index: gobject-introspection-0.9.10/tools/g-ir-scanner.in | ||
| 12 | =================================================================== | ||
| 13 | --- gobject-introspection-0.9.10.orig/tools/g-ir-scanner.in | ||
| 14 | +++ gobject-introspection-0.9.10/tools/g-ir-scanner.in | ||
| 15 | @@ -1,4 +1,4 @@ | ||
| 16 | -#!@PYTHON@ | ||
| 17 | +#!/usr/bin/env python | ||
| 18 | # -*- Mode: Python -*- | ||
| 19 | # GObject-Introspection - a framework for introspecting GObject libraries | ||
| 20 | # Copyright (C) 2008 Johan Dahlin | ||
