Commit ea72fee3 authored by Łukasz Nowak's avatar Łukasz Nowak

- add catcher to uninstall list


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45642 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 840e834d
......@@ -262,6 +262,7 @@ class Recipe(BaseSlapRecipe):
catcher = zc.buildout.easy_install.scripts([('catchcron',
__name__ + '.catdatefile', 'catdatefile')], self.ws, sys.executable,
self.bin_directory, arguments=[cron_output])[0]
self.path_list.append(catcher)
cron_d = os.path.join(self.etc_directory, 'cron.d')
crontabs = os.path.join(self.etc_directory, 'crontabs')
self._createDirectory(cron_d)
......
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