summaryrefslogtreecommitdiffstats
path: root/systemservice/config/library/system_manager_config/last2order/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'systemservice/config/library/system_manager_config/last2order/Makefile')
-rwxr-xr-xsystemservice/config/library/system_manager_config/last2order/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/systemservice/config/library/system_manager_config/last2order/Makefile b/systemservice/config/library/system_manager_config/last2order/Makefile
index f38ee77..9f9ce40 100755
--- a/systemservice/config/library/system_manager_config/last2order/Makefile
+++ b/systemservice/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)/usr/conf/sm_last2order
#path to order file
-ORDER_DEF_PATH ?= $(SDKTARGETSYSROOT)/usr/agl/include/agl_wakeup_order.h
+ORDER_DEF_PATH ?= $(SDKTARGETSYSROOT)/usr/include/agl_wakeup_order.h
#path to be installed CFO file
-CONF_INSTALL_DIR ?= $(SDKTARGETSYSROOT)/usr/agl/conf/systemmanager
+CONF_INSTALL_DIR ?= $(SDKTARGETSYSROOT)/usr/conf/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)/usr/conf/sm_last2order;\
+ install -m 644 -t $(DESTDIR)/usr/conf/systemmanager sm_last2order.cfo
install-cfo:_all
set -e ;\