Commit 6ac5d9b0 authored by Devaev Maxim's avatar Devaev Maxim

Test build

parent 30d9e753
spec: .gear/settingsd.spec
tar: .
......@@ -43,4 +43,5 @@ Requires: lsb-release
%changelog
* Mon Oct 25 2010 Devaev Maxim <mdevaev@etersoft.ru> 0.1-alt1
- Initial build
......@@ -48,6 +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]
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