From b08c80199ff9c63d4861926164ef50e4a19600ee Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Thu, 6 Feb 2014 11:34:45 +0100 Subject: [PATCH] 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 --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 08fa2cb2..b111cfd1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 =