diff options
author | Ken Raffenetti <raffenet@mcs.anl.gov> | 2006-12-01 17:37:27 +0000 |
---|---|---|
committer | Ken Raffenetti <raffenet@mcs.anl.gov> | 2006-12-01 17:37:27 +0000 |
commit | 554f8c9360ce7a57baeb3ba38cfa087765d69d13 (patch) | |
tree | 008aa499e40852d5fef87cb4bb57a409d61885f0 | |
parent | 7c0936037cde52643d6b96d31a6baeade6ec52d5 (diff) | |
download | bcfg2-554f8c9360ce7a57baeb3ba38cfa087765d69d13.tar.gz bcfg2-554f8c9360ce7a57baeb3ba38cfa087765d69d13.tar.bz2 bcfg2-554f8c9360ce7a57baeb3ba38cfa087765d69d13.zip |
fixed installation of Hostbase
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2560 ce84e21b-d406-0410-9b95-82705330c041
-rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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', |