diff options
-rw-r--r-- | setup_native/scripts/install_solaris.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup_native/scripts/install_solaris.sh b/setup_native/scripts/install_solaris.sh index c6112ba216b8..e54e650bfb40 100644 --- a/setup_native/scripts/install_solaris.sh +++ b/setup_native/scripts/install_solaris.sh @@ -85,7 +85,7 @@ fi # 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` +PKGLIST=`find $PACKAGE_PATH/* -type d -prune ! -name "*adabas*" ! -name "*j5*" ! -name "*-desktop-int*" ! -name "*-cde*" ! -name "*-core01*" ! -name "*-gnome*" -print` if [ -z "$COREPKG" ] then |