xbps-src: extract_distfiles: always return 0 if no errors.
This commit is contained in:
parent
e5312d9cfb
commit
17e28d9126
|
@ -155,4 +155,5 @@ extract_distfiles()
|
|||
touch -f $XBPS_EXTRACT_DONE
|
||||
|
||||
run_func post_extract
|
||||
return 0
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue