diff options
author | Oliver-Rainer Wittmann <orw@apache.org> | 2013-01-10 09:10:56 +0000 |
---|---|---|
committer | Oliver-Rainer Wittmann <orw@apache.org> | 2013-01-10 09:10:56 +0000 |
commit | d2b0180efaa481a9d66a7f292d63adb7a0608a62 (patch) | |
tree | 445d06bf091a3bbbf0e2beae2a466320caf649f9 /setup_native/scripts | |
parent | 5f81e1134607ae67d7c598f695bd0997cd9c9284 (diff) |
#121388# - Adapt naming "OpenOffice.org" --> "Apache OpenOffice"
-- impact on corresponding strings in the UI, folder names, package names, ...
Notes
Notes:
ignore: aoo
Diffstat (limited to 'setup_native/scripts')
-rw-r--r-- | setup_native/scripts/langpackscript.sh | 2 | ||||
-rw-r--r-- | setup_native/scripts/update.sh | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/setup_native/scripts/langpackscript.sh b/setup_native/scripts/langpackscript.sh index 61e7bc169081..6bd51f3420cc 100644 --- a/setup_native/scripts/langpackscript.sh +++ b/setup_native/scripts/langpackscript.sh @@ -80,7 +80,7 @@ SunOS) ;; Linux) SEARCHPACKAGENAME="BASISPACKAGEPREFIXPLACEHOLDEROOOBASEVERSIONPLACEHOLDER-core01" - FIXPATH="/openoffice.org" + FIXPATH="/apachopenoffice" echo echo "Searching for the FULLPRODUCTNAMELONGPLACEHOLDER installation ..." RPMNAME=`rpm -qa | grep $SEARCHPACKAGENAME` diff --git a/setup_native/scripts/update.sh b/setup_native/scripts/update.sh index 14a75484d991..91c5929b4ad0 100644 --- a/setup_native/scripts/update.sh +++ b/setup_native/scripts/update.sh @@ -58,7 +58,7 @@ make_tempfile() { # run_in_terminal () { - TMPCMD=`make_tempfile 'OpenOffice.org-Online-Update'` + TMPCMD=`make_tempfile 'Apache_OpenOffice-Online-Update'` cat >> $TMPCMD @@ -119,7 +119,7 @@ elevate() { update_pkg() { - ADMINFILE=`make_tempfile 'OpenOffice.org-Online-Update-admin'` + ADMINFILE=`make_tempfile 'Apache_OpenOffice-Online-Update-admin'` cat >> $ADMINFILE << EOF action=nocheck |