summaryrefslogtreecommitdiff
path: root/setup_native
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2005-01-31 10:30:02 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2005-01-31 10:30:02 +0000
commitfdfa597fe4c085f20c292de86baefd6e44fa980c (patch)
tree2f2a5b9f9ff1c446cdcc291f34eaab68c0668412 /setup_native
parentb64e1e83a22d5d986f7af15650c84da8cb43a630 (diff)
INTEGRATION: CWS nativefixer3 (1.3.18); FILE MERGED
2005/01/24 10:09:32 is 1.3.18.2: #118620# new core packages 2005/01/21 15:26:22 is 1.3.18.1: join to sysui03
Diffstat (limited to 'setup_native')
-rw-r--r--setup_native/scripts/install_linux.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup_native/scripts/install_linux.sh b/setup_native/scripts/install_linux.sh
index d17c85027f7f..9ed6efe85adf 100644
--- a/setup_native/scripts/install_linux.sh
+++ b/setup_native/scripts/install_linux.sh
@@ -72,8 +72,8 @@ 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 "jre*" ! -name "*-gnome*" -print`
-CORERPM=`find $PACKAGE_PATH -type f -name "*.rpm" -name "*-core-*" -print`
+RPMLIST=`find $PACKAGE_PATH -type f -name "*.rpm" ! -name "*-core01-*" ! -name "*-menus-*" ! -name "adabas*" ! -name "jre*" ! -name "*-gnome*" -print`
+CORERPM=`find $PACKAGE_PATH -type f -name "*.rpm" -name "*-core01-*" -print`
PREFIX=`rpm -qlp $CORERPM | head -n1`
if [ -z "$CORERPM" ]