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
This commit is contained in:
Rüdiger Timm 2008-09-02 13:09:52 +00:00
parent b082a063f4
commit 8b4a0436e8

View file

@ -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