Description: Fix variables looking for stuff in /usr/local/
  Default templates and i18n support were broken, looking for stuff in
  the wrong place.
Author: David Prévot <taffit@debian.org>
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=684412
Last-Update: 2012-08-16
--- a/bins
+++ b/bins
@@ -94,7 +94,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) {
@@ -383,7 +383,7 @@
 
      # The following parameters cannot be set in config files for now :
      globalConfigDir => "/etc/bins",       # System wide configuration directory
-     globalDataDir   => "/usr/local/share/bins", # System wide data directory
+     globalDataDir   => "/usr/share/bins", # System wide data directory
      userConfigDir   => "~/.bins",         # User configuration directory
      configFileName  => "binsrc",          # Configuration file.
 
