Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/nut-monitor/files: nut-monitor-1.3-paths2.patch
Date: Tue, 03 Apr 2012 10:09:46
Message-Id: 20120403100932.241EB2004B@flycatcher.gentoo.org
1 pacho 12/04/03 10:09:32
2
3 Added: nut-monitor-1.3-paths2.patch
4 Log:
5 Fix locales, thanks a lot to FSW in bug #408149 for his investigation.
6
7 (Portage version: 2.1.10.54/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 net-misc/nut-monitor/files/nut-monitor-1.3-paths2.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/nut-monitor/files/nut-monitor-1.3-paths2.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/nut-monitor/files/nut-monitor-1.3-paths2.patch?rev=1.1&content-type=text/plain
14
15 Index: nut-monitor-1.3-paths2.patch
16 ===================================================================
17 --- NUT-Monitor~ 2012-04-03 12:04:09.000000000 +0200
18 +++ NUT-Monitor 2012-04-03 12:05:32.949730947 +0200
19 @@ -888,7 +888,7 @@
20
21 # Init the localisation
22 APP = "NUT-Monitor"
23 - DIR = "locale"
24 + DIR = "/usr/share/locale"
25
26 gettext.bindtextdomain( APP, DIR )
27 gettext.textdomain( APP )