[Title] Fix build.linux
authorBon-Yong Lee <bonyong.lee@samsung.com>
Thu, 19 Jul 2012 12:24:30 +0000 (21:24 +0900)
committerBon-Yong Lee <bonyong.lee@samsung.com>
Thu, 19 Jul 2012 12:24:30 +0000 (21:24 +0900)
[Type]      Bugfix
[Module]    Sub
[Priority]  Minor
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

package/build.ubuntu-32

index c0a0c28..ad062b4 100755 (executable)
@@ -17,24 +17,25 @@ clean()
 # build
 build() 
 {
+       echo $LIB
        mkdir -p $LIB
        SRC=`find $ROOTDIR -name "org.eclipse.osgi_*"`
        cp $SRC $LIB
 
        SRC=`find $ROOTDIR -name "org.tizen.common_*"`
        cp $SRC $LIB
-       jar -xvf $SRC $LIB
+       jar -xvf $SRC lib
 
        SRC=`find $ROOTDIR -name "org.tizen.web.common_*"`
        cp $SRC $LIB
 
     SRC=`find $ROOTDIR -name "org.tizen.web.launch_*"`
        cp $SRC $LIB
-       jar -xvf $SRC $LIB
+       jar -xvf $SRC lib
 
        SRC=`find $ROOTDIR -name "org.tizen.web.sign_*"`
        cp $SRC $LIB
-       jar -xvf $SRC $LIB
+       jar -xvf $SRC lib
 
        cp $PROJECT_HOME/lib/*.jar $LIB