dictionaries/pt_BR/makefile.mk |    6 +++---
 dictionaries/pt_PT/makefile.mk |    6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

New commits:
commit ba0e8a8f2d583cae7b28cd2190253d6f009e46c4
Author: Olivier Hallot <olivier.hal...@alta.org.br>
Date:   Sun Sep 9 07:48:00 2012 -0300

    Fix for fdo#53520, Portuguese spelling files
    
    (cherry picked from commit d1f69e800560a558f9dbffc195573d32354e8efb)
    
    Conflicts:
        dictionaries/Dictionary_pt-BR.mk
        dictionaries/Dictionary_pt-PT.mk
        dictionaries/Module_dictionaries.mk
    
    Change-Id: I95cb422412de5f36416e6aaeb1663c39773ffb7c
    
    Signed-off-by: Andras Timar <ati...@suse.com>

diff --git a/dictionaries/pt_BR/makefile.mk b/dictionaries/pt_BR/makefile.mk
index 021981c..de6f96b 100644
--- a/dictionaries/pt_BR/makefile.mk
+++ b/dictionaries/pt_BR/makefile.mk
@@ -28,7 +28,7 @@
 PRJ=..
 
 PRJNAME=dictionaries
-TARGET=dict-pt
+TARGET=dict-pt-BR
 
 # --- Settings -----------------------------------------------------
 
@@ -40,8 +40,8 @@ TARGET=dict-pt
 # --- Files --------------------------------------------------------
 
 # name for uniq directory
-EXTENSIONNAME:=dict-pt
-EXTENSION_ZIPNAME:=dict-pt
+EXTENSIONNAME:=dict-pt-BR
+EXTENSION_ZIPNAME:=dict-pt-BR
 
 # some other targets to be done
 
diff --git a/dictionaries/pt_PT/makefile.mk b/dictionaries/pt_PT/makefile.mk
index c8cf974..4686de8 100644
--- a/dictionaries/pt_PT/makefile.mk
+++ b/dictionaries/pt_PT/makefile.mk
@@ -28,7 +28,7 @@
 PRJ=..
 
 PRJNAME=dictionaries
-TARGET=dict-pt-pt
+TARGET=dict-pt-PT
 
 # --- Settings -----------------------------------------------------
 
@@ -40,8 +40,8 @@ TARGET=dict-pt-pt
 # --- Files --------------------------------------------------------
 
 # name for uniq directory
-EXTENSIONNAME:=dict-pt-pt
-EXTENSION_ZIPNAME:=dict-pt-pt
+EXTENSIONNAME:=dict-pt-PT
+EXTENSION_ZIPNAME:=dict-pt-PT
 
 # some other targets to be done
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to