Change rootstrap search option
[scm/meta/abs.git] / build.template
index 98fdf69..c94412f 100644 (file)
@@ -56,7 +56,7 @@ for rs in $rs_list; do
   #if [[ $rs == *"64.core"* ]]; then
   #  echo "SKIP! 64-bit not supported!"; continue;
   #else
-    su - build -c "${ABS_CMD} build -r $rs -w ${BUILD_ROOT}/${PACKAGE} -s ABS -c ${BUILD_MODE} ${PARALLEL_JOBS}"
+    su - build -c "${ABS_CMD} build -r $rs -w ${BUILD_ROOT}/${PACKAGE} -s ABS -c ${BUILD_MODE} ${PARALLEL_JOBS} --profile-to-search ${PROFILE}"
   #fi
   mv ${TMP_DIR}/*.tpk ${SHARE_ROOT}
   ret=$?; echo "BUILDING FINISH TIME: `date`"