diff options
author | Pacho Ramos <pacho@gentoo.org> | 2012-04-03 10:09:32 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2012-04-03 10:09:32 +0000 |
commit | 5fc38ceba118db71cc711f11d8014ce57727ccf3 (patch) | |
tree | adfc285ee0e3408b6757c2d10c839723f8ae964a /net-misc/nut-monitor/files | |
parent | Adding support for lease file, fixing bug 410415 (diff) | |
download | historical-5fc38ceba118db71cc711f11d8014ce57727ccf3.tar.gz historical-5fc38ceba118db71cc711f11d8014ce57727ccf3.tar.bz2 historical-5fc38ceba118db71cc711f11d8014ce57727ccf3.zip |
Fix locales, thanks a lot to FSW in bug #408149 for his investigation.
Package-Manager: portage-2.1.10.54/cvs/Linux x86_64
Diffstat (limited to 'net-misc/nut-monitor/files')
-rw-r--r-- | net-misc/nut-monitor/files/nut-monitor-1.3-paths2.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-misc/nut-monitor/files/nut-monitor-1.3-paths2.patch b/net-misc/nut-monitor/files/nut-monitor-1.3-paths2.patch new file mode 100644 index 000000000000..92d6833ee1ff --- /dev/null +++ b/net-misc/nut-monitor/files/nut-monitor-1.3-paths2.patch @@ -0,0 +1,11 @@ +--- NUT-Monitor~ 2012-04-03 12:04:09.000000000 +0200 ++++ NUT-Monitor 2012-04-03 12:05:32.949730947 +0200 +@@ -888,7 +888,7 @@ + + # Init the localisation + APP = "NUT-Monitor" +- DIR = "locale" ++ DIR = "/usr/share/locale" + + gettext.bindtextdomain( APP, DIR ) + gettext.textdomain( APP ) |