RARCH_DIST_DIR is needed when building the frontend too

This commit is contained in:
radius 2015-10-23 01:23:49 -05:00
parent 57ff763645
commit 404d1cca25

View File

@ -58,6 +58,8 @@ if [ -z "$RARCH_DIST_DIR" ]; then
RARCH_DIST_DIR="$RARCH_DIR/$DIST_DIR"
fi
echo DISTDIR: $RARCH_DIST_DIR
if [ "${CORE_JOB}" == "YES" ]; then
echo === BUILDBOT VARS: $LOGDATE BOTNAME: $BOT FORCE: $FORCE JOBS: $JOBS ===