summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--jjb/sweetcomb/include-raw-sweetcomb-build.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/jjb/sweetcomb/include-raw-sweetcomb-build.sh b/jjb/sweetcomb/include-raw-sweetcomb-build.sh
index ac743d85d..8f12a9dd9 100644
--- a/jjb/sweetcomb/include-raw-sweetcomb-build.sh
+++ b/jjb/sweetcomb/include-raw-sweetcomb-build.sh
@@ -36,8 +36,7 @@ echo "Building using \"make build-root/build.sh\""
[ "x${DRYRUN}" == "xTrue" ] || make UNATTENDED=yes install-dep
[ "x${DRYRUN}" == "xTrue" ] || make UNATTENDED=yes install-dep-extra
[ "x${DRYRUN}" == "xTrue" ] || make UNATTENDED=yes install-vpp
-[ "x${DRYRUN}" == "xTrue" ] || make UNATTENDED=yes build-scvpp
-[ "x${DRYRUN}" == "xTrue" ] || make UNATTENDED=yes build
+[ "x${DRYRUN}" == "xTrue" ] || make UNATTENDED=yes build-package
echo "*******************************************************************"
echo "* SWEETCOMB BUILD SUCCESSFULLY COMPLETED"