summaryrefslogtreecommitdiff
path: root/system-python.patch
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@fedoraproject.org>2010-05-26 03:26:26 +0000
committerMatthias Clasen <mclasen@fedoraproject.org>2010-05-26 03:26:26 +0000
commit7442cc31a2bab957923f68cc2b259563631e5190 (patch)
tree5bebd0f848245653d65d3f59182a67d7add0b757 /system-python.patch
parentSetup of module gtk3 (diff)
downloadgtk3-classic-build-gtk3-7442cc31a2bab957923f68cc2b259563631e5190.tar.gz
gtk3-classic-build-gtk3-7442cc31a2bab957923f68cc2b259563631e5190.tar.bz2
gtk3-classic-build-gtk3-7442cc31a2bab957923f68cc2b259563631e5190.zip
initial import
Diffstat (limited to 'system-python.patch')
-rw-r--r--system-python.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/system-python.patch b/system-python.patch
new file mode 100644
index 0000000..b4426d2
--- /dev/null
+++ b/system-python.patch
@@ -0,0 +1,9 @@
+diff -up gtk+-2.18.2/gtk/gtk-builder-convert.system-python gtk+-2.18.2/gtk/gtk-builder-convert-3.0
+--- gtk+-2.18.2/gtk/gtk-builder-convert-3.0.system-python 2009-10-13 15:59:50.423385098 -0400
++++ gtk+-2.18.2/gtk/gtk-builder-convert-3.0 2009-10-13 16:00:31.876142050 -0400
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/python
+ #
+ # Copyright (C) 2006-2008 Async Open Source
+ # Henrique Romano <henrique@async.com.br>
bgstack15