Only add packages with $pkgprefix as dependencies
This commit is contained in:
parent
32e64eda0e
commit
e4f54906b1
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user