pidgin-17-fix-python-shebang.patch revision 5089
5089N/A# Fix the shebang line in a couple of scripts to use a specific version of
5089N/A# Python so that the pidgin package can be properly published in Userland
5089N/A# where these things matter.
5089N/A#
5089N/A# This patch will not be sent upstream.
5089N/A
5089N/A--- pidgin-2.10.11/libpurple/purple-remote.orig 2015-06-09 11:24:08.033814744 -0700
5089N/A+++ pidgin-2.10.11/libpurple/purple-remote 2015-06-09 11:24:50.434221417 -0700
5089N/A@@ -1,4 +1,4 @@
5089N/A-#!/usr/bin/env python
5089N/A+#!/usr/bin/python2.7
5089N/A
5089N/A import codecs
5089N/A import dbus
5089N/A--- pidgin-2.10.11/libpurple/purple-url-handler.orig 2015-06-09 11:24:26.946693653 -0700
5089N/A+++ pidgin-2.10.11/libpurple/purple-url-handler 2015-06-09 11:25:03.038458934 -0700
5089N/A@@ -1,4 +1,4 @@
5089N/A-#!/usr/bin/env python
5089N/A+#!/usr/bin/python2.7
5089N/A
5089N/A import dbus
5089N/A import re