INTEGRATION: CWS nativefixer3 (1.3.18); FILE MERGED

2005/01/24 10:09:32 is 1.3.18.2: #118620# new core packages
2005/01/21 15:26:22 is 1.3.18.1: join to sysui03
This commit is contained in:
Rüdiger Timm
2005-01-31 10:30:02 +00:00
parent b64e1e83a2
commit fdfa597fe4

View File

@@ -72,8 +72,8 @@ 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`
CORERPM=`find $PACKAGE_PATH -type f -name "*.rpm" -name "*-core-*" -print`
RPMLIST=`find $PACKAGE_PATH -type f -name "*.rpm" ! -name "*-core01-*" ! -name "*-menus-*" ! -name "adabas*" ! -name "jre*" ! -name "*-gnome*" -print`
CORERPM=`find $PACKAGE_PATH -type f -name "*.rpm" -name "*-core01-*" -print`
PREFIX=`rpm -qlp $CORERPM | head -n1`
if [ -z "$CORERPM" ]