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-systemd/tool_9E_SI/setup_refhw.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'agl-systemd') diff --git a/agl-systemd/tool_9E_SI/setup_refhw.sh b/agl-systemd/tool_9E_SI/setup_refhw.sh index e3f33a4..00abc93 100755 --- a/agl-systemd/tool_9E_SI/setup_refhw.sh +++ b/agl-systemd/tool_9E_SI/setup_refhw.sh @@ -40,7 +40,7 @@ restorecon -R /ramd ## Sprint 29 communication #chmod -R 777 /home/root/.app_can_d # TODO:for bluetooth_service -#chmod 777 /usr/agl/share +#chmod 777 /usr/share/basesystem #if `df -T / | grep nfs > /dev/null`; then #cp /sbin/insmod.kmod /tmp/insmod.kmod -- cgit 1.2.3-korg