bc wird jetzt auch korrekt in die configs mit üebernommen. Kleine korrektur an den egrep statements

git-svn-id: svn://svn.compuextreme.de/Viitor/V962/ViitorInstall@5440 504e572c-2e33-0410-9681-be2bf7408885
This commit is contained in:
kueller 2010-03-03 07:32:37 +00:00
parent 51f5accf89
commit 46e10dcb54

View File

@ -108,8 +108,8 @@ rm /tmp/DepsList$$
cat $DISTTARGET/../install/BaseDevel.cfg
exec 3<$DISTTARGET/../install/All.cfg
while read <&3 CDROM PKGPATH MODNAME; do
if egrep -q "$MODNAME$" /tmp/DepsListSort$$; then
if ! egrep -q "$MODNAME$" $DISTTARGET/../install/BaseDevel.cfg; then
if egrep -q " ${MODNAME}$" /tmp/DepsListSort$$; then
if ! egrep -q " ${MODNAME}$" $DISTTARGET/../install/BaseDevel.cfg; then
echo "$CDROM $PKGPATH $MODNAME"
fi
fi