Honor install prefix

No need to put 'usr/' in front of data files, distros have the default
prefix set to '/usr' already such that 'setup.py install' does the right
thing. Compare with the results of 'python setup.py bdist'.

Change-Id: I8d7f592abece22f8bb70deede776509cdd1446e5
This commit is contained in:
Sascha Peilicke 2014-02-06 11:34:45 +01:00
parent 131a50461b
commit b08c80199f
1 changed files with 2 additions and 2 deletions

View File

@ -27,8 +27,8 @@ scripts =
bin/generatepot
bin/markdown-docbook.sh
data_files =
usr/share/openstack-doc-tools/sitemap = sitemap/*
usr/share/openstack-doc-tools/cleanup = cleanup/*
share/openstack-doc-tools/sitemap = sitemap/*
share/openstack-doc-tools/cleanup = cleanup/*
[global]
setup-hooks =