summaryrefslogtreecommitdiff
path: root/setup_native/scripts/install_linux.sh
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-09-02 13:09:52 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-09-02 13:09:52 +0000
commit8b4a0436e89e42d1582e6e04b568858f833c9a48 (patch)
tree173d700791a5c84373fc936cf77c466ef57c2366 /setup_native/scripts/install_linux.sh
parentb082a063f46e596657eb69d5b8e678a26d5cd174 (diff)
INTEGRATION: CWS native191_DEV300 (1.21.78); FILE MERGED
2008/09/01 15:17:26 is 1.21.78.1: #158437# userland package not for userland installation
Diffstat (limited to 'setup_native/scripts/install_linux.sh')
-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 2f3bbd3ea780..fe4be73f77ea 100644
--- a/setup_native/scripts/install_linux.sh
+++ b/setup_native/scripts/install_linux.sh
@@ -113,7 +113,7 @@ fi
# Check and get the list of packages to install
#
-RPMLIST=`find $PACKAGE_PATH -maxdepth 2 -type f -name "*.rpm" ! -name "*-menus-*" ! -name "*-desktop-integration-*" ! -name "jre*" -print`
+RPMLIST=`find $PACKAGE_PATH -maxdepth 2 -type f -name "*.rpm" ! -name "*-menus-*" ! -name "*-desktop-integration-*" ! -name "jre*" ! -name "*-userland-*" -print`
if [ -z "$RPMLIST" ]
then