From fca2c8e36dfec0ced3957ba8f6e62bf62a99c84b Mon Sep 17 00:00:00 2001 From: Seth Vidal Date: Tue, 25 Sep 2007 10:30:14 -0400 Subject: - fix spec file for new func python sitelib dir - add certmaster initscript to setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 5948b61..60878c1 100644 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ if __name__ == "__main__": "%s/client" % NAME, "%s/server/modules" % NAME ], - data_files = [(initpath, ["init-scripts/funcd"]), + data_files = [(initpath, ["init-scripts/funcd", "init-scripts/certmaster"]), (etcpath, ["settings",]), (etcpathdb, []), (logpath, []), -- cgit