]> git.pld-linux.org Git - packages/bins.git/blob - bins-localedir.patch
- simplifications (removed some macros bloat),
[packages/bins.git] / bins-localedir.patch
1 diff -durN bins-1.1.7.orig/bins bins-1.1.7/bins
2 --- bins-1.1.7.orig/bins        Fri May 17 00:46:33 2002
3 +++ bins-1.1.7/bins     Thu May 23 14:35:03 2002
4 @@ -74,7 +74,7 @@
5  ############################################################################
6  
7  # I18N
8 -my $localePath = "/usr/local/share/locale"; # Base locale path  (for I18N)
9 +my $localePath = "/usr/share/locale"; # Base locale path  (for I18N)
10  
11  my $I18N = have_package("Locale::gettext");
12  if ($I18N) {
13 diff -durN bins-1.1.7.orig/bins-edit-gui bins-1.1.7/bins-edit-gui
14 --- bins-1.1.7.orig/bins-edit-gui       Fri May 17 00:46:33 2002
15 +++ bins-1.1.7/bins-edit-gui    Thu May 23 14:35:09 2002
16 @@ -61,7 +61,7 @@
17  
18  $debug=0;
19  
20 -$localePath = "/usr/local/share/locale"; # Base locale path  (for I18N)
21 +$localePath = "/usr/share/locale"; # Base locale path  (for I18N)
22  
23  setlocale(LC_MESSAGES, "");
24  bindtextdomain("bins-edit-gui", $localePath);
This page took 0.075209 seconds and 3 git commands to generate.