Fix the path to the host specific system configurations
[staging/basesystem.git] / service / system / config / library / system_manager_config / order / Makefile
index e0d68fe..87c7777 100755 (executable)
 HOST_CPP = cpp
 HOST_ORDER_XML2CFG = ./launch_order_xml2cfg.pl
 
-CONF_DIR = $(SDKTARGETSYSROOT)/usr/agl/conf
+CONF_DIR = $(SDKTARGETSYSROOT)/etc/basesystem
 CONF_WON_H = $(SDKTARGETSYSROOT)/usr/include/basesystem/agl_wakeup_order.h
 
 LAUNCH_XMLFILES = $(shell cd $(CONF_DIR)/sm_launch; ls *.xml)
 ORDER_XMLFILES = $(LAUNCH_XMLFILES:%.xml=%.order)
 ORDER_CFGFILES = $(ORDER_XMLFILES:%.order=%.order.cfg)
 
-INST_CONFDIR = $(SDKTARGETSYSROOT)/usr/agl/conf/systemmanager
+INST_CONFDIR = $(SDKTARGETSYSROOT)/etc/basesystem/systemmanager
 
 CLEAN_FILES = launch_order_body.xml $(ORDER_CFGFILES)
 
@@ -35,7 +35,7 @@ VPATH += ../xml
 install:install-pre install-cfg
 
 install-pre:
-       install -m 644 -t  $(DESTDIR)/usr/agl/conf/sm_launch system_launcher_main.xml 
+       install -m 644 -t  $(DESTDIR)/etc/basesystem/sm_launch system_launcher_main.xml 
 
 install-cfg:$(ORDER_CFGFILES)
        set -e                                 ;\