summaryrefslogtreecommitdiff
path: root/setup_native
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2005-01-31 09:39:12 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2005-01-31 09:39:12 +0000
commitce386c2e65444806bd1b2fa65b1886099b77670d (patch)
treeb5f6e3bd824c1252a019debfa48442f0eab323c3 /setup_native
parentbbc1ef142bad13318e9e91b0ff1335d9c5baf136 (diff)
INTEGRATION: CWS nativefixer3 (1.4.12); FILE MERGED
2005/01/24 10:09:33 is 1.4.12.2: #118620# new core packages 2005/01/21 15:26:23 is 1.4.12.1: join to sysui03
Diffstat (limited to 'setup_native')
-rw-r--r--setup_native/scripts/install_solaris.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup_native/scripts/install_solaris.sh b/setup_native/scripts/install_solaris.sh
index 9c1b5b4e5039..c6112ba216b8 100644
--- a/setup_native/scripts/install_solaris.sh
+++ b/setup_native/scripts/install_solaris.sh
@@ -84,8 +84,8 @@ fi
# Check and get the list of packages to install
#
-COREPKG=`find $PACKAGE_PATH/* -type d -prune -name "*-core*" -print`
-PKGLIST=`find $PACKAGE_PATH/* -type d -prune ! -name "*adabas*" ! -name "*j3*" ! -name "*-desktop-int*" ! -name "*-cde*" ! -name "*-core*" ! -name "*-gnome*" -print`
+COREPKG=`find $PACKAGE_PATH/* -type d -prune -name "*-core01*" -print`
+PKGLIST=`find $PACKAGE_PATH/* -type d -prune ! -name "*adabas*" ! -name "*j3*" ! -name "*-desktop-int*" ! -name "*-cde*" ! -name "*-core01*" ! -name "*-gnome*" -print`
if [ -z "$COREPKG" ]
then