diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-12-11 13:10:39 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-12-11 13:10:39 +0000 |
commit | 26db47abd059a1482bd03df937314f4645c38ece (patch) | |
tree | c61ac522cbb2459d64c145d516ac03761a949f94 /odk/configure.pl | |
parent | c6a3645a0e8d054e8d8dc012710edf892d1cb696 (diff) |
CWS-TOOLING: integrate CWS jsc312
2008-12-04 17:08:20 +0100 jsc r264858 : #i96902# update reference rdb
2008-12-04 17:06:34 +0100 jsc r264857 : #i96902# update reference rdb
2008-11-28 14:54:24 +0100 jsc r264556 : #i96671# correct location of generated scripts
2008-11-28 14:29:30 +0100 jsc r264554 : #92661# minor changes
2008-11-28 09:36:27 +0100 jsc r264527 : #92661# minor optimizations
2008-11-27 11:32:24 +0100 jsc r264470 : #92661# retrieve lib path and load related library full qualified
2008-11-18 09:08:22 +0100 jsc r263745 : #i93980# change docu, insert note that regview and regmerge are part of the ure
2008-11-18 09:05:12 +0100 jsc r263744 : #i93980# remove regview and regmerge
2008-11-18 08:57:09 +0100 jsc r263743 : #i93981# insert SDK rpath link option for regcompare
2008-11-18 08:55:08 +0100 jsc r263742 : #i93981# insert SDK rpath link option
2008-11-17 16:26:25 +0100 jsc r263727 : #i96055# correct brackets
Diffstat (limited to 'odk/configure.pl')
-rw-r--r-- | odk/configure.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/odk/configure.pl b/odk/configure.pl index 7aef6d65acc9..2e6ebb7f053a 100644 --- a/odk/configure.pl +++ b/odk/configure.pl @@ -521,8 +521,8 @@ print " * ... your SDK environment has been prepared.\n"; print " * For each time you want to use this configured SDK environment, you\n"; print " * have to run the \"setsdkenv_unix\" script file!\n"; print " * Alternatively can you source one of the scripts\n"; -print " * \"$main::OO_SDK_CONFIG_HOME/setsdkenv_unix.sh\"\n"; -print " * \"$main::OO_SDK_CONFIG_HOME/setsdkenv_unix.csh\"\n"; +print " * \"$main::OO_SDK_CONFIG_HOME/$main::hostname/setsdkenv_unix.sh\"\n"; +print " * \"$main::OO_SDK_CONFIG_HOME/$main::hostname/setsdkenv_unix.csh\"\n"; print " * to get an environment without starting a new shell.\n"; print " ************************************************************************\n\n"; |