xbps-src/bulk: do not use tac(1) in the tsort result, it's inverted otherwise.
This commit is contained in:
parent
31515ef9db
commit
55ce6f836f
@ -56,7 +56,7 @@ bulk_build() {
|
||||
done
|
||||
[ $found -eq 0 ] && echo "${pkg} ${pkg}" >> $tmpf
|
||||
done
|
||||
tsort $tmpf|tac
|
||||
tsort $tmpf
|
||||
rm -f $tmpf
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user