xbps-src: make run_func() print a msg on success.

This commit is contained in:
Juan RP
2011-07-19 22:36:17 +02:00
parent 043dbcd786
commit 6bbfdac7c2
4 changed files with 2 additions and 6 deletions

View File

@@ -108,6 +108,8 @@ run_func()
rm -f "$logpipe"
if [ $rval -ne 0 ]; then
msg_error "$pkgver: $func failed!\n"
else
msg_normal "$pkgver: $func phase done.\n"
fi
fi
return 255 # function not found.