Fix the path to the host specific system configurations
[staging/basesystem.git] / service / native / framework_unified / client / NativeServices / Makefile
index c346b28..de8de1d 100755 (executable)
@@ -23,7 +23,7 @@ all:
 install-data:install_cfg
 
 install_cfg:
-       install -d -m 775 $(SDKTARGETSYSROOT)/usr/agl/conf/ns_logger
-       install -m 644 -t $(SDKTARGETSYSROOT)/usr/agl/conf/ns_logger scfg/ns_logger_frameworkunifiedlog__CWORD84_.cfg
+       install -d -m 775 $(SDKTARGETSYSROOT)/etc/basesystem/ns_logger
+       install -m 644 -t $(SDKTARGETSYSROOT)/etc/basesystem/ns_logger scfg/ns_logger_frameworkunifiedlog__CWORD84_.cfg
 
 include ../../../native_service.mk