X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=service%2Fsystem%2Fconfig%2Flibrary%2Fsystem_manager_config%2Flast2order%2FMakefile;h=5962200ea4b18922e78fa3fa571e03369bb22806;hb=refs%2Fchanges%2F31%2F25631%2F1;hp=f38ee770ee0a6861b47ad27c8bd1435782f23314;hpb=17cf21bcf8a2e29d2cbcf0a313474d2a4ee44f5d;p=staging%2Fbasesystem.git diff --git a/service/system/config/library/system_manager_config/last2order/Makefile b/service/system/config/library/system_manager_config/last2order/Makefile index f38ee77..5962200 100755 --- a/service/system/config/library/system_manager_config/last2order/Makefile +++ b/service/system/config/library/system_manager_config/last2order/Makefile @@ -16,13 +16,13 @@ # ==== Customization ================ #Directory path located XMLs for conversion -CONFXML_DIR_PATH ?= $(SDKTARGETSYSROOT)/usr/agl/conf/sm_last2order +CONFXML_DIR_PATH ?= $(SDKTARGETSYSROOT)/etc/basesystem/sm_last2order #path to order file -ORDER_DEF_PATH ?= $(SDKTARGETSYSROOT)/usr/agl/include/agl_wakeup_order.h +ORDER_DEF_PATH ?= $(SDKTARGETSYSROOT)/usr/include/basesystem/agl_wakeup_order.h #path to be installed CFO file -CONF_INSTALL_DIR ?= $(SDKTARGETSYSROOT)/usr/agl/conf/systemmanager +CONF_INSTALL_DIR ?= $(SDKTARGETSYSROOT)/etc/basesystem/systemmanager # ================================== @@ -43,8 +43,8 @@ _all:$(CFOFILES) install:install-pre install-cfo install-pre: - install -d -m 775 $(DESTDIR)/usr/agl/conf/sm_last2order;\ - install -m 644 -t $(DESTDIR)/usr/agl/conf/systemmanager sm_last2order.cfo + install -d -m 775 $(DESTDIR)/etc/basesystem/sm_last2order;\ + install -m 644 -t $(DESTDIR)/etc/basesystem/systemmanager sm_last2order.cfo install-cfo:_all set -e ;\