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