xbps-src: wait for child processes before exiting.
This commit is contained in:
parent
f4bbbd760e
commit
a1f948bc35
1 changed files with 1 additions and 0 deletions
1
xbps-src
1
xbps-src
|
@ -266,6 +266,7 @@ masterdir_zap() {
|
|||
}
|
||||
|
||||
exit_func() {
|
||||
wait
|
||||
if [ -z "$XBPS_KEEP_ALL" ]; then
|
||||
if [ -n "$IN_CHROOT" ]; then
|
||||
remove_pkg_autodeps
|
||||
|
|
Loading…
Reference in a new issue