]> git.pld-linux.org Git - packages/bins.git/commitdiff
- this patch fixes locale directory hardcoded in bins
authorJacek Konieczny <jajcus@pld-linux.org>
Thu, 23 May 2002 13:17:09 +0000 (13:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bins-localedir.patch -> 1.1

bins-localedir.patch [new file with mode: 0644]

diff --git a/bins-localedir.patch b/bins-localedir.patch
new file mode 100644 (file)
index 0000000..70942df
--- /dev/null
@@ -0,0 +1,24 @@
+diff -durN bins-1.1.7.orig/bins bins-1.1.7/bins
+--- bins-1.1.7.orig/bins       Fri May 17 00:46:33 2002
++++ bins-1.1.7/bins    Thu May 23 14:35:03 2002
+@@ -74,7 +74,7 @@
+ ############################################################################
+ # I18N
+-my $localePath = "/usr/local/share/locale"; # Base locale path  (for I18N)
++my $localePath = "/usr/share/locale"; # Base locale path  (for I18N)
+ my $I18N = have_package("Locale::gettext");
+ if ($I18N) {
+diff -durN bins-1.1.7.orig/bins-edit-gui bins-1.1.7/bins-edit-gui
+--- bins-1.1.7.orig/bins-edit-gui      Fri May 17 00:46:33 2002
++++ bins-1.1.7/bins-edit-gui   Thu May 23 14:35:09 2002
+@@ -61,7 +61,7 @@
+ $debug=0;
+-$localePath = "/usr/local/share/locale"; # Base locale path  (for I18N)
++$localePath = "/usr/share/locale"; # Base locale path  (for I18N)
+ setlocale(LC_MESSAGES, "");
+ bindtextdomain("bins-edit-gui", $localePath);
This page took 0.051965 seconds and 4 git commands to generate.