projects
/
platform
/
core
/
appfw
/
app2sd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbc4eeb
)
change internal storage path (opt -> opt/usr)
85/83085/2
author
jongmyeongko
<jongmyeong.ko@samsung.com>
Tue, 9 Aug 2016 06:46:35 +0000
(15:46 +0900)
committer
jongmyeongko
<jongmyeong.ko@samsung.com>
Tue, 9 Aug 2016 07:03:48 +0000
(16:03 +0900)
opt and opt/usr are not same partition anymore.
Change-Id: Id9cd711251b410aba3ce7b53c816f43d30d806b4
Signed-off-by: jongmyeongko <jongmyeong.ko@samsung.com>
plugin/app2sd/inc/app2sd_internals.h
patch
|
blob
|
history
diff --git
a/plugin/app2sd/inc/app2sd_internals.h
b/plugin/app2sd/inc/app2sd_internals.h
index
05f5130
..
ab70a9b
100644
(file)
--- a/
plugin/app2sd/inc/app2sd_internals.h
+++ b/
plugin/app2sd/inc/app2sd_internals.h
@@
-61,7
+61,7
@@
#define DEV_MAJOR 7
#define FS_TYPE "ext4"
-#define INTERNAL_STORAGE_PATH "/opt"
+#define INTERNAL_STORAGE_PATH "/opt
/usr
"
typedef enum mount_type_t {
MOUNT_TYPE_RD = 0,