xbps-src: make -K work when run_func returns an error.
This commit is contained in:
parent
3d3ee4ac40
commit
86d0b0adcf
3 changed files with 2 additions and 11 deletions
|
@ -30,7 +30,7 @@ run_func_error()
|
|||
{
|
||||
local lver func="$1"
|
||||
|
||||
remove_pkgdestdir_sighandler ${pkgname}
|
||||
remove_pkgdestdir_sighandler ${pkgname} $KEEP_AUTODEPS
|
||||
|
||||
if [ -n "${revision}" ]; then
|
||||
lver="${version}_${revision}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue