[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

CVS:oo-debian-files/bin openoffice,1.29,1.30



Update of /cvs/debian-openoffice/oo-debian-files/bin
In directory gluck:/tmp/cvs-serv26423/bin

Modified Files:
	openoffice 
Log Message:
  * run setofficelang.bin with -f (closes: #265415)
  * fix minor typo in dictionary.lst(5) (closes: #274446)


Index: openoffice
===================================================================
RCS file: /cvs/debian-openoffice/oo-debian-files/bin/openoffice,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- openoffice	20 Jul 2004 19:55:40 -0000	1.29
+++ openoffice	14 Oct 2004 20:20:50 -0000	1.30
@@ -6,6 +6,7 @@
 # (C) Martin 'empty' Quinson, 2002.
 #     Modifications by Chris Halls
 #     Modifications by Lucien Saviot
+#     Modifications by Rene Engelhard
 
 # This program is free software; you can redistribute it and/or modify         
 # it under the terms of the GNU General Public License as published by         
@@ -109,7 +110,7 @@
 {
   # get list of supported old versions
   eval set -e -- `get_upgrade_versions /usr/lib/openoffice${VER}/program/instdb.ins`
-
+  
   while [ $# -gt 0 ]; do
     if oldhome="`get_settings_dir "$1"`" && [ -d "$oldhome" ] ; then
       echo "Previous version found: $1"
@@ -303,7 +304,7 @@
 else
   ## Change locale of OOo
   LD_LIBRARY_PATH="/usr/lib/openoffice/program/:$LD_LIBRARY_PATH" \
-  	/usr/lib/openoffice/program/setofficelang.bin "$LOCALEOO"
+  	/usr/lib/openoffice/program/setofficelang.bin -f "$LOCALEOO"
 fi
 
 ##
@@ -314,6 +315,9 @@
 exec "/usr/lib/openoffice/program/soffice" "$@"
 
 ## Changelog
+
+# 2004/10/14 rene
+#   * run setofficelang.bin with -f
 # 2004/07/20 rene
 #   * use setofficelang.bin instead of importing locale config with
 #     ooconfigimport



Reply to: