abuild: remove debug message

This commit is contained in:
Natanael Copa 2013-11-01 09:01:26 +00:00
parent 3ba814494f
commit a0d3624b05

View File

@ -1558,7 +1558,6 @@ builddeps() {
$SUDO_APK add --repository "$abuildrepo" $apk_opt_wait \
--virtual .makedepends-$pkgname $builddeps || return 1
if [ -n "$hostdeps" ]; then
msg "Installing packages on target host: $hostdeps"
$SUDO_APK add --root "$CBUILDROOT" --repository "$abuildrepo" $apk_opt_wait \
--simulate --quiet $hostdeps || return 1
$SUDO_APK add --root "$CBUILDROOT" --repository "$abuildrepo" $apk_opt_wait \