Only add packages with $pkgprefix as dependencies
This commit is contained in:
parent
32e64eda0e
commit
e4f54906b1
@ -1137,7 +1137,7 @@ auto_deps()
|
|||||||
do
|
do
|
||||||
echo "${i#*.} $j $($SHOWPRODS -n $j | $GREP $j | $AWK '{ print $3 }') maxint"
|
echo "${i#*.} $j $($SHOWPRODS -n $j | $GREP $j | $AWK '{ print $3 }') maxint"
|
||||||
done
|
done
|
||||||
done | $SORT -u > ${depends}_auto
|
done | $SORT -u | grep $pkgprefix > ${depends}_auto
|
||||||
rm -f $showfilescache
|
rm -f $showfilescache
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user