Upstream version 10.39.233.0
[platform/framework/web/crosswalk.git] / Tizen_sync
index ffc41ef..827b4d2 100755 (executable)
@@ -3,13 +3,21 @@
 gclient sync
 
 #This will fetch all the other source files but not run any hooks.
-gclient sync --gclientfile=.gclient-xwalk --nohooks [aka -n]
+gclient sync --gclientfile=.gclient-xwalk --nohooks
 
 #Generate the LASTCHANGE files.
+source_root=$(pwd)
 python $source_root/src/build/util/lastchange.py \
        -o $source_root/src/build/util/LASTCHANGE \
        -s $source_root/src
 
 python $source_root/src/build/util/lastchange.py \
        -o $source_root/src/build/util/LASTCHANGE.blink \
-       -s $source_root/src/third_party/WebKit
\ No newline at end of file
+       -s $source_root/src/third_party/WebKit
+
+
+#Import packging (gbs do not allow link.)
+mkdir -p packaging
+cp src/xwalk/packaging/* packaging/
+rm -f packaging/gbp*
+