From 554f8c9360ce7a57baeb3ba38cfa087765d69d13 Mon Sep 17 00:00:00 2001 From: Ken Raffenetti Date: Fri, 1 Dec 2006 17:37:27 +0000 Subject: fixed installation of Hostbase git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2560 ce84e21b-d406-0410-9b95-82705330c041 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 82b5fe975..0f804ac7c 100644 --- a/setup.py +++ b/setup.py @@ -9,8 +9,8 @@ setup(name="Bcfg2.Server", author="Narayan Desai", author_email="desai@mcs.anl.gov", packages=["Bcfg2", 'Bcfg2.Server', "Bcfg2.Server.Plugins", "Bcfg2.Server.Hostbase", - "Bcfg2.Server.Reports","Bcfg2.Server.Reports.reports", "Bcfg2.Client", - "Bcfg2.Client.Tools"], + "Bcfg2.Server.Hostbase.hostbase", "Bcfg2.Server.Reports", + "Bcfg2.Server.Reports.reports", "Bcfg2.Client", "Bcfg2.Client.Tools"], package_dir = {'Bcfg2':'src/lib'}, scripts = glob('src/sbin/*'), data_files = [('share/bcfg2/schemas', -- cgit v1.2.3-1-g7c22