components/desktop/pidgin/patches/pidgin-17-fix-python-shebang.patch
author Rich Burridge <rich.burridge@oracle.com>
Mon, 16 Nov 2015 16:48:46 -0800
changeset 5091 81e5d6b75c3c
child 6559 a16b1334b51f
permissions -rw-r--r--
22185024 Move pidgin from Desktop to Userland

# 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