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:
parent
b082a063f4
commit
8b4a0436e8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue