[ITC][media-vision][NONACR][TSAM-6919, Fixed spec.sh file for resource copy]
authorShobhit Verma <shobhit.v@samsung.com>
Thu, 8 Sep 2016 12:48:08 +0000 (18:18 +0530)
committershobhit verma <shobhit.v@samsung.com>
Thu, 8 Sep 2016 12:49:11 +0000 (05:49 -0700)
Change-Id: I31408bd662d09ace8cade1d600c58e45efb54076
Signed-off-by: Shobhit Verma <shobhit.v@samsung.com>
scripts_tpk/spec.sh

index 2ffbdc3..975aa1d 100755 (executable)
@@ -542,11 +542,8 @@ case "$1" in
                        mkdir -p ../../data/tmp
                        mkdir -p ../../data/P1
                        cp 09.jpg  ../../data/P1
-                       mkdir -p ../../data/res/track/sequence
-                       cp *.jpg ../../data/res/track/sequence/
                        cp test_rec_model ../../data/test_rec_model
                        cp test_trk_model ../../data/test_trk_model
-
                        cp 00.jpg ../../data/tmp/00.jpg
                        cp 09.jpg ../../data/tmp/09.jpg
                        cp 04.jpg ../../data/tmp/04.jpg
@@ -560,7 +557,7 @@ case "$1" in
                        mkdir -p $DEVICE_STORAGE_30/P1
                        mkdir -p $DEVICE_STORAGE_30/res/track/sequence
                        cp ../../data/tmp/09.jpg $DEVICE_STORAGE_30/P1
-                       cp ../../data/tmp/*.jpg $DEVICE_STORAGE_30/res/track/sequence/
+                       cp track/sequence/*.* $DEVICE_STORAGE_30/res/track/sequence/
 
                        chmod -R 777 ../../data
                        chmod -R 777 $DEVICE_STORAGE_30/res