Fixed rootwrap file installation

The previous patch [1] that introduced installation of configuration
files had a wrong order of arguments. That resulted in setuptools
installation failure as follows:

error: can't copy 'etc/designate/rootwrap/bind9.filters': doesn't exist
or not a regular file

The proper order is dest-dir = src-path, not vice versa.

[1]: Ib04ce7ca8e16ca1a07a39526c540802764a7c547

Change-Id: Ie7924439eb33145339e0ada4433374ba54b9cd16
This commit is contained in:
Ihar Hrachyshka
2015-03-27 17:13:37 +01:00
parent 19c574989b
commit 6f91346dd9

View File

@@ -34,7 +34,7 @@ data_files =
etc/designate/designate.conf.sample
etc/designate/rootwrap.conf.sample
etc/designate/rootwrap.d =
etc/designate/rootwrap/bind9.filters
etc/designate/rootwrap.d/bind9.filters
[entry_points]
console_scripts =