summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorSteven Dake <sdake@redhat.com>2012-04-24 15:29:08 -0700
committerSteven Dake <sdake@redhat.com>2012-04-24 15:29:30 -0700
commit724b5f3902c2117040d21b830f7b276bb5dc4e1e (patch)
treea22dcc79dc9d9f64f72c4b4d58fa7ccf824982d8 /setup.py
parent83e6754c823bdba656c8073e24d4a696b1d7b592 (diff)
downloadheat-cfntools-724b5f3902c2117040d21b830f7b276bb5dc4e1e.tar.gz
Make heat-db-setup generic enough to run on RPM or DEB distributions
Signed-off-by: Steven Dake <sdake@redhat.com>
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 1837ae0..a26c2cc 100755
--- a/setup.py
+++ b/setup.py
@@ -90,7 +90,7 @@ setup(
scripts=['bin/heat',
'bin/heat-api',
'bin/heat-engine',
- 'bin/heat-db-setup-fedora'],
+ 'bin/heat-db-setup'],
data_files=[('/etc/heat', ['etc/heat-api.conf',
'etc/heat-api-paste.ini',
'etc/heat-engine.conf',