summaryrefslogtreecommitdiffstats
path: root/service/native/framework_unified/client/Makefile
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/native/framework_unified/client/Makefile
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/native/framework_unified/client/Makefile')
-rwxr-xr-xservice/native/framework_unified/client/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/service/native/framework_unified/client/Makefile b/service/native/framework_unified/client/Makefile
index 29ed628..b97ef4a 100755
--- a/service/native/framework_unified/client/Makefile
+++ b/service/native/framework_unified/client/Makefile
@@ -263,7 +263,7 @@ install-data:install_cfg
install -d -m 775 $(DESTDIR)/nv/BS/ns/framework_unified/rwdata
install_cfg:
- install -d -m 775 $(DESTDIR)/usr/agl/conf/BS/ns/framework_unified/rodata
- install -m 644 -t $(DESTDIR)/usr/agl/conf/BS/ns/framework_unified/rodata NativeServices/scfg/ns_logger_frameworkunifiedlog__CWORD84_.cfg
+ install -d -m 775 $(DESTDIR)/etc/basesystem/BS/ns/framework_unified/rodata
+ install -m 644 -t $(DESTDIR)/etc/basesystem/BS/ns/framework_unified/rodata NativeServices/scfg/ns_logger_frameworkunifiedlog__CWORD84_.cfg
include ../../native_service.mk