diff --git a/bin/addons/base/module/wizard/base_module_import.py b/bin/addons/base/module/wizard/base_module_import.py
index 68822690f458860411f8a9fb14637085e57c0cf2..05c3b18198d41eb7b03d5c4f4ff8b5d12f24b65b 100644
--- a/bin/addons/base/module/wizard/base_module_import.py
+++ b/bin/addons/base/module/wizard/base_module_import.py
@@ -56,7 +56,7 @@ class base_module_import(osv.osv_memory):
         fname = fdata.namelist()[0]
         module_name = os.path.split(fname)[0]
 
-        ad = tools.config['addons_path']
+        ad = tools.config['addons_path'].split(",")[-1]
 
         fname = os.path.join(ad, module_name+'.zip')
         try:
diff --git a/debian/copyright b/debian/copyright
index 6a75021214cf228fcb831a06088142a251f8e298..2e1bd9dd1528b37c27028fb67f315ba5fdc7f695 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -162,7 +162,7 @@ License: GPL-2+
  On Debian systems, the complete text of the GNU General Public License
  can be found in /usr/share/common-licenses/GPL-2 file.
 
-Files: bin/addons/l10n_chart_uk_minimal/*
+Files: bin/addons/l10n_minimal_chart_uk/*
 Copyright:
  (C) 2004-2008 Tiny.be <info@tiny.be>
  (C) 2004-2008 Seath Solutions Ltd.
diff --git a/doc/tests/check_profile_l10n_all.py b/doc/tests/check_profile_l10n_all.py
index f558a2a5b567c48ff15eaaf9b18fb9fdf97d083d..549c0193d3b1f55f78a9c669f12832adee1a32b9 100644
--- a/doc/tests/check_profile_l10n_all.py
+++ b/doc/tests/check_profile_l10n_all.py
@@ -37,7 +37,7 @@ profiles = [
     'profile_manufacturing'
 ]
 l10n_charts = [
-    'l10n_chart_uk_minimal',
+    'l10n_minimal_chart_uk',
     False,
     'l10n_be',
     'l10n_fr'