diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-09-28 12:05:45 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-09-28 12:05:45 +0000 |
commit | f3acf1351c0de3e47b7192271940657a6e62793f (patch) | |
tree | 8c0477f80e06fd399eeb1686cae83702d2b21ac5 /setup_native/scripts/install_solaris.sh | |
parent | 4971e36844b7b1faf7f97dcc4dba156101fec5a3 (diff) |
INTEGRATION: CWS nativefixer18 (1.12.2); FILE MERGED
2005/09/05 13:38:01 is 1.12.2.2: RESYNC: (1.12-1.13); FILE MERGED
2005/08/31 06:09:25 obr 1.12.2.1: remove zone lock in /tmp also
Diffstat (limited to 'setup_native/scripts/install_solaris.sh')
-rw-r--r-- | setup_native/scripts/install_solaris.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/setup_native/scripts/install_solaris.sh b/setup_native/scripts/install_solaris.sh index 4f63ea48d021..2b2ea80f5c26 100644 --- a/setup_native/scripts/install_solaris.sh +++ b/setup_native/scripts/install_solaris.sh @@ -199,6 +199,7 @@ else fi rm -f $GETUID_SO +rm -f /tmp/.ai.pkg.zone.lock* # remove local tmp directory if [ ! -z ${LOCAL_TMP} ] |