RTSDK: remove build script about tools
authorJaeMin Kim <jm.jemin.kim@samsung.com>
Mon, 26 Jun 2017 05:41:18 +0000 (14:41 +0900)
committerJaeMin Kim <jm.jemin.kim@samsung.com>
Mon, 26 Jun 2017 05:41:18 +0000 (14:41 +0900)
remove build script about tools

Change-Id: I800d3f10d19106d45379fbb7f7fe8844e557e9ac

package/build.linux

index b49943e..a0d7d2d 100755 (executable)
@@ -117,16 +117,6 @@ install() {
 
                cp -rf ${SRCDIR}/lib/plugins/* ${INSTALL_DIR}/rt-ide/plugins/
 
-               if [ ! -d "${INSTALL_DIR}/tools" ]; then
-               mkdir ${INSTALL_DIR}/tools
-                       echo 'created ${INSTALL_DIR}/tools'
-               fi
-
-               cp -rf ${SRCDIR}/tools/*.tar ${INSTALL_DIR}/tools/
-
-               cd ${INSTALL_DIR}/tools
-               find . -name '*.tar' -exec tar xf {} \;
-               cd -
         # remove console executable
         rm -rf ${INSTALL_DIR}/rt-ide/launcher
         ;;
@@ -157,16 +147,6 @@ install() {
 
                cp -rf ${SRCDIR}/lib/plugins/* ${INSTALL_DIR}/rt-ide/plugins/
 
-               if [ ! -d "${INSTALL_DIR}/tools" ]; then
-               mkdir ${INSTALL_DIR}/tools
-                       echo 'created ${INSTALL_DIR}/tools'
-               fi
-
-               cp -rf ${SRCDIR}/tools/*.tar ${INSTALL_DIR}/tools/
-
-               cd ${INSTALL_DIR}/tools
-               find . -name '*.tar' -exec tar xf {} \;
-               cd -
         # remove console executable
         rm -rf ${INSTALL_DIR}/rt-ide/launcher
         ;;