xbps-src: extract_distfiles: always return 0 if no errors.
This commit is contained in:
parent
e5312d9cfb
commit
17e28d9126
1 changed files with 1 additions and 0 deletions
|
@ -155,4 +155,5 @@ extract_distfiles()
|
||||||
touch -f $XBPS_EXTRACT_DONE
|
touch -f $XBPS_EXTRACT_DONE
|
||||||
|
|
||||||
run_func post_extract
|
run_func post_extract
|
||||||
|
return 0
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue