summaryrefslogtreecommitdiffstats
path: root/agl-basefiles/include
diff options
context:
space:
mode:
authorTadao Tanikawa <tanikawa.tadao@jp.panasonic.com>2020-11-21 17:56:33 +0000
committerTadao Tanikawa <tanikawa.tadao@jp.panasonic.com>2020-11-23 13:34:15 +0000
commit9ce78547cb47c9db0d75cc7b36f8e679e831820b (patch)
treecbcad045a21b4d7bf0a2e2a74a790ebd46781579 /agl-basefiles/include
parent604011e21f44b51f3540711ffe53a16362796ae5 (diff)
Fix the path to the architecture-independent data
Fix the path to the architecture-independent data, '/usr/agl/share' to follow the standard, '/usr/share' and add subsystem name 'basesystem' for agl-basesystem. Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com> Change-Id: I9a547474a738ebbbbabc7eb8441ccbf3a2d3f6e0
Diffstat (limited to 'agl-basefiles/include')
-rw-r--r--agl-basefiles/include/aglpath.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/agl-basefiles/include/aglpath.h b/agl-basefiles/include/aglpath.h
index e278fbf..de32991 100644
--- a/agl-basefiles/include/aglpath.h
+++ b/agl-basefiles/include/aglpath.h
@@ -39,7 +39,7 @@
#define PF_SHM PF_TMP"shm/"
#define PF_SHARE PF_USR"share/"
-#define PF_P_SHARE PF_USR"agl/share/"
+#define PF_P_SHARE PF_USR"share/basesystem"
#define PF_SYS_BS PF_NVSYSTEM"sys_bs/"