diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2010-03-03 13:22:40 +0100 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2010-03-03 13:22:40 +0100 |
commit | a3cb7e3b32d42f21380f7e3edfaf529a0a496f02 (patch) | |
tree | 6a1bfe63c24b8d769a0d007c9d24e7328ed0c6c3 | |
parent | f9bca57296fe6b413e4bbd4284a265f5693a4878 (diff) | |
parent | 725749de236408d61c3e11b33d6cf0a44c15470d (diff) |
CWS-TOOLING: integrate CWS native278ooo/DEV300_m74
-rw-r--r-- | setup_native/scripts/javaloader.sh | 4 | ||||
-rw-r--r-- | setup_native/source/mac/macinstall.ulf | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/setup_native/scripts/javaloader.sh b/setup_native/scripts/javaloader.sh index a81f6192a..4e133a895 100644 --- a/setup_native/scripts/javaloader.sh +++ b/setup_native/scripts/javaloader.sh @@ -242,7 +242,7 @@ install_linux_rpm() # start to install jre echo "Extracting ..." olddir=`pwd` - cd $tempdir + cd "$tempdir" rpm2cpio $tempjrefile | cpio -i --make-directories rm -f $tempjrefile # we do not need it anymore, so conserve discspace @@ -330,7 +330,7 @@ install_linux_rpm() fi echo "Done." - cd $olddir + cd "$olddir" } find_rpm2cpio() diff --git a/setup_native/source/mac/macinstall.ulf b/setup_native/source/mac/macinstall.ulf index 4651d93e0..2d92e8c26 100644 --- a/setup_native/source/mac/macinstall.ulf +++ b/setup_native/source/mac/macinstall.ulf @@ -62,7 +62,7 @@ en-US = "Installation failed." en-US = "Installation of [PRODUCTNAME] language pack completed." [InstallCompleteText2] -en-US = "Call 'Tools-Options-Language Settings' to change the user interface language." +en-US = "Call '[PRODUCTNAME]-Preferences-Language Settings-Languages' to change the user interface language." [InstallCompleteTextPatch] en-US = "Installation of [FULLPRODUCTNAME] completed" |