Commit 304c5db1 authored by Devaev Maxim's avatar Devaev Maxim

Debug trace of build

parent 6ac5d9b0
......@@ -48,7 +48,7 @@ class SettingsdInstall(install) :
("\"plugins/actions\"", "\"%s\"" % (os.path.join(self.install_data, "share/settingsd/actions"))),
("\"plugins/customs\"", "\"%s\"" % (os.path.join(self.install_data, "share/settingsd/customs"))),
("\"configs/settingsd\"", "\"%s\"" % (( self.root if self.root != None else "/" )+"etc/settingsd")) ) :
print replaces_list_item[0], replaces_list_item[1]
print os.path.join(self.install_libbase, "settingsd/const.py"), replaces_list_item[0], replaces_list_item[1]
const_py_file_data = const_py_file_data.replace(replaces_list_item[0], replaces_list_item[1])
const_py_file.truncate()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment