From 9ce78547cb47c9db0d75cc7b36f8e679e831820b Mon Sep 17 00:00:00 2001 From: Tadao Tanikawa Date: Sat, 21 Nov 2020 17:56:33 +0000 Subject: 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 Change-Id: I9a547474a738ebbbbabc7eb8441ccbf3a2d3f6e0 --- agl-basefiles/include/aglpath.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'agl-basefiles/include') 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/" -- cgit 1.2.3-korg