mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
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() {
|
exit_func() {
|
||||||
|
wait
|
||||||
if [ -z "$XBPS_KEEP_ALL" ]; then
|
if [ -z "$XBPS_KEEP_ALL" ]; then
|
||||||
if [ -n "$IN_CHROOT" ]; then
|
if [ -n "$IN_CHROOT" ]; then
|
||||||
remove_pkg_autodeps
|
remove_pkg_autodeps
|
||||||
|
|
Loading…
Add table
Reference in a new issue