Only add packages with $pkgprefix as dependencies

This commit is contained in:
Tom G. Christensen 2006-09-03 14:47:56 +00:00
parent 32e64eda0e
commit e4f54906b1

View File

@ -1137,7 +1137,7 @@ auto_deps()
do
echo "${i#*.} $j $($SHOWPRODS -n $j | $GREP $j | $AWK '{ print $3 }') maxint"
done
done | $SORT -u > ${depends}_auto
done | $SORT -u | grep $pkgprefix > ${depends}_auto
rm -f $showfilescache
}