DEB build scripts: fixed wrong 'successful build' feedback when required dependencies were missing in a local build.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/117/head
Michele Calgaro 2 years ago
parent 6de7a8df79
commit 099e4f4e5d
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -484,8 +484,8 @@ if [ "$bool_BUILD_LOCALLY" = "y" ]; then
build_retval=$?
if [ $build_retval -eq 0 ]; then
eval dpkg-buildpackage -b $OPT_SIGN_PKG_LOCAL $OPT_SHOW_LOGS\"$BUILDING_LOG_FILE\"
build_retval=$?
fi
build_retval=$?
else
## Build module in a clean chroot environment using pbuilder
$SUDO_CMD . "$SCRIPT_DIR/internals/_pbuilder.sh"

Loading…
Cancel
Save