Kleiner Korrektur beim pkg check in DepsListSort und BaseDevel.cfg...

git-svn-id: svn://svn.compuextreme.de/Viitor/V962/ViitorInstall@5317 504e572c-2e33-0410-9681-be2bf7408885
This commit is contained in:
kueller 2010-02-02 15:29:19 +00:00
parent 2211865403
commit 8092f9669a

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 grep -q $MODNAME /tmp/DepsListSort$$; then
if ! grep -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