[Title] modify build script (for fixing rm error)
authorSooyoung, Ha <yoosah.ha@samsung.com>
Fri, 16 Mar 2012 02:23:10 +0000 (11:23 +0900)
committerSooyoung, Ha <yoosah.ha@samsung.com>
Fri, 16 Mar 2012 02:23:10 +0000 (11:23 +0900)
[Type] bugfix
[Module]
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

package/build.linux

index b4c42d6..d6dc9b6 100755 (executable)
@@ -4,7 +4,7 @@ clean()
 {
        echo "$SRCDIR"
 #      ant -buildfile build.xml clean
-       rm $SRCDIR/*.jar
+       rm -rf $SRCDIR/*.jar
        rm -rf $SRCDIR/*.zip
        rm -rf $SRCDIR/*.tar.gz
 }