summaryrefslogtreecommitdiffstats
path: root/patches/gobject-introspection-1.48.0/0002-fix-env-shebang.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/gobject-introspection-1.48.0/0002-fix-env-shebang.patch')
-rw-r--r--patches/gobject-introspection-1.48.0/0002-fix-env-shebang.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/patches/gobject-introspection-1.48.0/0002-fix-env-shebang.patch b/patches/gobject-introspection-1.48.0/0002-fix-env-shebang.patch
new file mode 100644
index 000000000..db4b8d1e0
--- /dev/null
+++ b/patches/gobject-introspection-1.48.0/0002-fix-env-shebang.patch
@@ -0,0 +1,19 @@
+From: Michael Olbrich <m.olbrich@pengutronix.de>
+Date: Sun, 27 Dec 2015 18:14:25 +0100
+Subject: [PATCH] fix env shebang
+
+Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
+---
+ tests/offsets/gen-gitestoffsets | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/tests/offsets/gen-gitestoffsets b/tests/offsets/gen-gitestoffsets
+index 94a2062d3d2c..9a8d19f47426 100755
+--- a/tests/offsets/gen-gitestoffsets
++++ b/tests/offsets/gen-gitestoffsets
+@@ -1,4 +1,4 @@
+-#!/bin/env python
++#!/usr/bin/env python
+ # -*- Mode: Python -*-
+ # GObject-Introspection - a framework for introspecting GObject libraries
+ # Copyright (C) 2008 Red Hat, Inc.