mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
xbps-src: run_func(): return 0 on success.
This commit is contained in:
parent
f3e5df1558
commit
95ce5f7179
1 changed files with 1 additions and 0 deletions
|
@ -110,6 +110,7 @@ run_func()
|
||||||
msg_error "$pkgver: $func failed!\n"
|
msg_error "$pkgver: $func failed!\n"
|
||||||
else
|
else
|
||||||
msg_normal "$pkgver: $func phase done.\n"
|
msg_normal "$pkgver: $func phase done.\n"
|
||||||
|
return 0
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
return 255 # function not found.
|
return 255 # function not found.
|
||||||
|
|
Loading…
Add table
Reference in a new issue