diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2008-09-02 13:09:52 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2008-09-02 13:09:52 +0000 |
commit | f7d40e9b42f0f9986f80502e41699d32838179f8 (patch) | |
tree | f88ec041a130ba7e71a46be6a74e033bdc25824f | |
parent | da41111cd2f7ac2ca591c870b1b700315ecfda1c (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
-rw-r--r-- | setup_native/scripts/install_linux.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup_native/scripts/install_linux.sh b/setup_native/scripts/install_linux.sh index fd6d4f87e..955a185ac 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 |