xbps-src: extract_distfiles: always return 0 if no errors.

This commit is contained in:
Juan RP 2011-11-06 11:14:59 +01:00
parent e5312d9cfb
commit 17e28d9126

View file

@ -155,4 +155,5 @@ extract_distfiles()
touch -f $XBPS_EXTRACT_DONE
run_func post_extract
return 0
}