projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb3709f
)
build: fix building skin package
author
SeokYeon Hwang
<syeon.hwang@samsung.com>
Tue, 10 Nov 2015 08:59:17 +0000
(17:59 +0900)
committer
SeokYeon Hwang
<syeon.hwang@samsung.com>
Tue, 10 Nov 2015 12:51:34 +0000
(21:51 +0900)
Change-Id: I76a0057f44efc4e7d694fb2b7c194127fcdc6d41
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
package/build.common
patch
|
blob
|
history
diff --git
a/package/build.common
b/package/build.common
index bcfaf61552d066ebd24c4a0c9c06bc4b80bc736e..a02fc98ab1374dfa47afab370a30eb93a86b07ac 100644
(file)
--- a/
package/build.common
+++ b/
package/build.common
@@
-42,6
+42,6
@@
install_common()
mv common $COMMON_BIN_DIR/emulator
#profile skins
- mv skins/mobile/* $MOBILE_2_
4
_SKIN_RESOURCE_DIR
- mv skins/wearable/* $WEARABLE_2_
4
_SKIN_RESOURCE_DIR
+ mv skins/mobile/* $MOBILE_2_
3_2
_SKIN_RESOURCE_DIR
+ mv skins/wearable/* $WEARABLE_2_
3_2
_SKIN_RESOURCE_DIR
}