[HOTFIX] fixing typo on build script
authorGihun Chang <gihun.chang@samsung.com>
Fri, 27 May 2016 06:10:12 +0000 (15:10 +0900)
committerGihun Chang <gihun.chang@samsung.com>
Fri, 27 May 2016 06:10:12 +0000 (15:10 +0900)
Change-Id: I65b8e8f8d6d7a9b2c8792f0c8733fd0d216b20bc

package/build.linux

index 180e996..34466b9 100644 (file)
@@ -153,7 +153,7 @@ __copy_build_sources()
 __copy_dependency_plugins()
 {
        case ${platform} in
-        ubuntu-32|ubuntu-64|sindows-32|windows-64)
+        ubuntu-32|ubuntu-64|windows-32|windows-64)
                dependency_plugin_path=${ROOTDIR}/ide
                ;;
         macos-64)