diff options
author | Hyokeun Jeon <hyokeun.jeon@samsung.com> | 2020-06-26 19:05:26 +0900 |
---|---|---|
committer | Hyokeun Jeon <hyokeun.jeon@samsung.com> | 2020-06-26 19:05:26 +0900 |
commit | 5296f52a39cb474058da662aaed4d2a80d5826df (patch) | |
tree | b92542d469caa82ad9297c89fa181b5e039eb626 | |
parent | 94c9d26a9dc3734fe471f8cc5bacb11f7acab447 (diff) | |
download | abs-sandbox/hyokeun/iot64.tar.gz abs-sandbox/hyokeun/iot64.tar.bz2 abs-sandbox/hyokeun/iot64.zip |
publicsandbox/hyokeun/iot64
Change-Id: I0184ee4f7dc96800c3a98fda472ff13414568fc6
-rw-r--r-- | build.template | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build.template b/build.template index f353cd8..07428aa 100644 --- a/build.template +++ b/build.template @@ -48,10 +48,10 @@ for i in "${arr[@]}"; do done echo $tizen_studio_distribution > $SHARE_ROOT/tizen_studio_distribution -rs_list=`su - build -c "tizen list rootstrap | grep ${PROFILE}-.*.core.private.* | cut -d ' ' -f 1"` +rs_list=`su - build -c "tizen list rootstrap | grep ${PROFILE}-.*.core..* | cut -d ' ' -f 1"` #FIXME: remove hard-coded expression if [ "${PROFILE}" = "da-hfp" ]; then - rs_list=`su - build -c "tizen list rootstrap | grep ${PROFILE}-.*device.core.private.* | cut -d ' ' -f 1"` + rs_list=`su - build -c "tizen list rootstrap | grep ${PROFILE}-.*device.core..* | cut -d ' ' -f 1"` fi echo $rs_list > $SHARE_ROOT/rsver if [[ ! $rs_list =~ [0-9]{8}_[0-9] ]]; then |