summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-04-27 07:52:34 +0000
committerOliver Bolte <obo@openoffice.org>2005-04-27 07:52:34 +0000
commit0069ba030bf64ba113735796a8bcbfe3bdf43008 (patch)
tree4e44f6eb345eb29d13676d62b37a1feea491fa27
parentfb7bba57d3d1e3732afc899f47c1565ededb2a97 (diff)
INTEGRATION: CWS userland01 (1.9.10); FILE MERGED
2005/04/26 06:15:20 obr 1.9.10.1: #122037# fixed user install scripts after package renaming
-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 e5c50f8bb5e5..3bc4a36f0744 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 "jre*" ! -name "*-gnome*" -print`
+RPMLIST=`find $PACKAGE_PATH -type f -name "*.rpm" ! -name "*-core*" ! -name "*-menus-*" ! -name "*-desktop-integration-*" ! -name "adabas*" ! -name "jre*" ! -name "*-gnome*" -print`
CORERPMLIST=`find $PACKAGE_PATH -type f -name "*.rpm" -name "*-core*" -print`
CORERPM01=`find $PACKAGE_PATH -type f -name "*.rpm" -name "*-core01-*" -print`
PREFIX=`rpm -qlp $CORERPM01 | head -n1`