From 23d40b490b2e6735d70d413e6a147d78b1898c8b Mon Sep 17 00:00:00 2001 From: Tadao Tanikawa Date: Sun, 22 Nov 2020 09:58:42 +0900 Subject: 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 Change-Id: I2be55d483a4a359e69250fc36d1f03a55a01cd8e --- service/system/task_manager/client/libtskmcfg/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'service/system/task_manager/client/libtskmcfg') diff --git a/service/system/task_manager/client/libtskmcfg/Makefile b/service/system/task_manager/client/libtskmcfg/Makefile index a7e4a9e..1f3d279 100755 --- a/service/system/task_manager/client/libtskmcfg/Makefile +++ b/service/system/task_manager/client/libtskmcfg/Makefile @@ -45,8 +45,8 @@ install:install-pre install-pre-header build-lib:install-pre install-pre-header install-lib:install-pre install-pre-header install-pre: - install -d -m 775 $(DESTDIR)/usr/agl/conf/BS/ss/task_manager/rodata;\ - install -m 644 -t $(DESTDIR)/usr/agl/conf/BS/ss/task_manager/rodata $(WAKESHUTCONF_DIR)/tskm_launch.xml;\ + install -d -m 775 $(DESTDIR)/etc/basesystem/BS/ss/task_manager/rodata;\ + install -m 644 -t $(DESTDIR)/etc/basesystem/BS/ss/task_manager/rodata $(WAKESHUTCONF_DIR)/tskm_launch.xml;\ CONFIG_FILES:=tskm_wakeup.xml tskm_shutdown.xml tskm_wakeup_vup.xml tskm_shutdown_vup.xml tskm_launch.xml tskm_svcid.h agl_thread.h -- cgit 1.2.3-korg