Impose -pass1 to be built before its dependant package (bug #1718)
This commit is contained in:
parent
59afe7323a
commit
d80302bf94
1 changed files with 1 additions and 1 deletions
|
@ -316,7 +316,7 @@ for node in $(grep -l ' f ' *); do
|
||||||
done
|
done
|
||||||
} <$node
|
} <$node
|
||||||
for id_of_dep in $lines_to_change; do
|
for id_of_dep in $lines_to_change; do
|
||||||
sed "/\ $id_of_dep\$/"'{s/ f / b /;s/$/-pass1/}' -i $node
|
sed "/\ $id_of_dep\$/"'{s/[[:digit:]] f /1 b /;s/$/-pass1/}' -i $node
|
||||||
done
|
done
|
||||||
done
|
done
|
||||||
} # End clean_subgraph
|
} # End clean_subgraph
|
||||||
|
|
Reference in a new issue