From 8761c8e217659b68ba3c2b266bef1fab3e73e30a Mon Sep 17 00:00:00 2001 From: Adrian Likins Date: Tue, 18 Dec 2007 14:38:39 -0500 Subject: add /var/lib/func/* to packaging --- setup.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 7675ed1..5cd0e07 100644 --- a/setup.py +++ b/setup.py @@ -18,6 +18,7 @@ if __name__ == "__main__": etcmodpath = "/etc/%s/modules" % NAME initpath = "/etc/init.d/" logpath = "/var/log/%s/" % NAME + certdir = "/var/lib/%s/certmaster" % NAME pkipath = "/etc/pki/%s" % NAME rotpath = "/etc/logrotate.d" aclpath = "%s/minion-acl.d" % etcpath @@ -54,6 +55,7 @@ if __name__ == "__main__": (manpath, ["docs/certmaster-ca.1.gz"]), (rotpath, ['etc/func_rotate']), (logpath, []), + (certdir, []), (etcpath, []), (pkipath, []), (aclpath, []) -- cgit