summaryrefslogtreecommitdiffstats
path: root/service/native/framework_unified/client/NativeServices/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'service/native/framework_unified/client/NativeServices/Makefile')
-rwxr-xr-xservice/native/framework_unified/client/NativeServices/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/service/native/framework_unified/client/NativeServices/Makefile b/service/native/framework_unified/client/NativeServices/Makefile
index de8de1d..b717adf 100755
--- a/service/native/framework_unified/client/NativeServices/Makefile
+++ b/service/native/framework_unified/client/NativeServices/Makefile
@@ -23,7 +23,7 @@ all:
install-data:install_cfg
install_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
+ install -d -m 775 /etc/basesystem/ns_logger
+ install -m 644 -t /etc/basesystem/ns_logger scfg/ns_logger_frameworkunifiedlog__CWORD84_.cfg
include ../../../native_service.mk