summaryrefslogtreecommitdiffstats
path: root/service/system/interface_unified/Makefile.client
diff options
context:
space:
mode:
authorTadao Tanikawa <tanikawa.tadao@jp.panasonic.com>2020-11-22 09:58:42 +0900
committerTadao Tanikawa <tanikawa.tadao@jp.panasonic.com>2020-11-23 13:38:54 +0000
commit23d40b490b2e6735d70d413e6a147d78b1898c8b (patch)
treebba5789f6b5d6a1771677ead07129e43c6df857f /service/system/interface_unified/Makefile.client
parentf375d527c775582f4229a94d96177f18d80f0008 (diff)
Fix the path to the host specific system configurations
Fix the path to the host specific system configurations, '/usr/conf/' to follow the standard '/etc'. And all configurations of agl basesystem should stored under subdirectory, 'basesystem'. Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com> Change-Id: I2be55d483a4a359e69250fc36d1f03a55a01cd8e
Diffstat (limited to 'service/system/interface_unified/Makefile.client')
-rwxr-xr-xservice/system/interface_unified/Makefile.client12
1 files changed, 6 insertions, 6 deletions
diff --git a/service/system/interface_unified/Makefile.client b/service/system/interface_unified/Makefile.client
index de16e15..4925383 100755
--- a/service/system/interface_unified/Makefile.client
+++ b/service/system/interface_unified/Makefile.client
@@ -19,14 +19,14 @@ SUBDIRS := library
install:install_cfg install_cfg_pram
install_cfg_pram:
- install -d -m 775 $(DESTDIR)/usr/agl/conf/BS/ss/system_manager/rwdata
- install -m 644 -t $(DESTDIR)/usr/agl/conf/BS/ss/system_manager/rwdata scfg_pram/gpf_ss_sm_config_data.cfg
+ install -d -m 775 $(DESTDIR)/etc/basesystem/BS/ss/system_manager/rwdata
+ install -m 644 -t $(DESTDIR)/etc/basesystem/BS/ss/system_manager/rwdata scfg_pram/gpf_ss_sm_config_data.cfg
install_cfg:
- install -d -m 775 $(DESTDIR)/usr/agl/conf/BS/ss/power_service/rodata
- install -m 644 -t $(DESTDIR)/usr/agl/conf/BS/ss/power_service/rodata scfg/gpf_ss_ps_config.cfg
- install -d -m 775 $(DESTDIR)/usr/agl/conf/BS/ss/logger_service/rodata
- install -m 644 -t $(DESTDIR)/usr/agl/conf/BS/ss/logger_service/rodata scfg/ss_logger.cfg
+ install -d -m 775 $(DESTDIR)/etc/basesystem/BS/ss/power_service/rodata
+ install -m 644 -t $(DESTDIR)/etc/basesystem/BS/ss/power_service/rodata scfg/gpf_ss_ps_config.cfg
+ install -d -m 775 $(DESTDIR)/etc/basesystem/BS/ss/logger_service/rodata
+ install -m 644 -t $(DESTDIR)/etc/basesystem/BS/ss/logger_service/rodata scfg/ss_logger.cfg
include ../system_service.mk