summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2005-01-31 08:59:07 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2005-01-31 08:59:07 +0000
commitb6c22c478a06341a2fe0c3fb21bb12552202258d (patch)
treee4e93a1b21151f7e6fced6fabcafb20a7dc6d5d8
parentb52c4649a9b458b90c89e5082950df6cd4fdda6b (diff)
INTEGRATION: CWS jre5issues (1.3.20); FILE MERGED
2005/01/21 11:47:49 jl 1.3.20.1: #118598# j2re is now jre
-rw-r--r--setup_native/scripts/install_linux.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup_native/scripts/install_linux.sh b/setup_native/scripts/install_linux.sh
index 7f7a90e28d82..d17c85027f7f 100644
--- a/setup_native/scripts/install_linux.sh
+++ b/setup_native/scripts/install_linux.sh
@@ -72,7 +72,7 @@ fi
# Check and get the list of packages to install
#
-RPMLIST=`find $PACKAGE_PATH -type f -name "*.rpm" ! -name "*-core-*" ! -name "*-menus-*" ! -name "adabas*" ! -name "j2re*" ! -name "*-gnome*" -print`
+RPMLIST=`find $PACKAGE_PATH -type f -name "*.rpm" ! -name "*-core-*" ! -name "*-menus-*" ! -name "adabas*" ! -name "jre*" ! -name "*-gnome*" -print`
CORERPM=`find $PACKAGE_PATH -type f -name "*.rpm" -name "*-core-*" -print`
PREFIX=`rpm -qlp $CORERPM | head -n1`