Fix the path to the host specific system configurations
[staging/basesystem.git] / service / native / framework_unified / client / Makefile
index 29ed628..b97ef4a 100755 (executable)
@@ -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