diff options
Diffstat (limited to 'deskutils/ontv/files/patch-bin_ontv')
| -rw-r--r-- | deskutils/ontv/files/patch-bin_ontv | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/deskutils/ontv/files/patch-bin_ontv b/deskutils/ontv/files/patch-bin_ontv new file mode 100644 index 000000000000..ebe5342d402d --- /dev/null +++ b/deskutils/ontv/files/patch-bin_ontv @@ -0,0 +1,19 @@ +--- bin/ontv.orig 2010-08-04 22:26:46.000000000 +0400 ++++ bin/ontv 2011-08-19 15:22:32.000000000 +0400 +@@ -1,4 +1,4 @@ +-#!/usr/bin/python ++#!/usr/bin/env python + # -*- coding: utf-8 -*- + + # Copyright (C) 2010 Olof Kindgren <olki@src.gnome.org> +@@ -34,8 +34,8 @@ + from optparse import OptionParser + + import locale +-locale.setlocale(locale.LC_ALL, '') +-locale.bindtextdomain(NAME.lower(), LOCALE_DIR) ++#locale.setlocale(locale.LC_ALL, '') ++#locale.bindtextdomain(NAME.lower(), LOCALE_DIR) + import gettext + gettext.bindtextdomain(NAME.lower(), LOCALE_DIR) + gettext.textdomain(NAME.lower()) |
