components/desktop/pidgin/patches/pidgin-17-fix-python-shebang.patch
author Craig Mohrman <craig.mohrman@oracle.com>
Thu, 04 Aug 2016 08:26:36 -0700
changeset 6548 24913c16931e
parent 5091 81e5d6b75c3c
child 6559 a16b1334b51f
permissions -rw-r--r--
PSARC/2016/303 enable rsyslog as default Solaris logger 24362425 rsyslog should degrade service if syslog.conf has been modified

# Fix the shebang line in a couple of scripts to use a specific version of
# Python so that the pidgin package can be properly published in Userland
# where these things matter.
#
# This patch will not be sent upstream.

--- pidgin-2.10.11/libpurple/purple-remote.orig	2015-06-09 11:24:08.033814744 -0700
+++ pidgin-2.10.11/libpurple/purple-remote	2015-06-09 11:24:50.434221417 -0700
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python2.7
 
 import codecs
 import dbus
--- pidgin-2.10.11/libpurple/purple-url-handler.orig	2015-06-09 11:24:26.946693653 -0700
+++ pidgin-2.10.11/libpurple/purple-url-handler	2015-06-09 11:25:03.038458934 -0700
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python2.7
 
 import dbus
 import re