diff options
author | Harm Weites <harm@weites.com> | 2014-08-16 17:55:42 +0000 |
---|---|---|
committer | Harm Weites <harm@weites.com> | 2014-08-16 17:55:42 +0000 |
commit | f181c7cbdc08222f195fa84a379f35a456d26123 (patch) | |
tree | 9f36caa2ae6385757ba7e2a5db9f6df3169600f5 /setup.py | |
parent | 57b5f63467dcc74b0b39a14b5baeb1974cdc3373 (diff) | |
download | vyos-cloud-init-f181c7cbdc08222f195fa84a379f35a456d26123.tar.gz vyos-cloud-init-f181c7cbdc08222f195fa84a379f35a456d26123.zip |
fix: Don't create a directory that will never be used anyway.
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -99,7 +99,6 @@ def read_datafiles(): ('/usr/local/etc/cloud', glob('config/*.cfg')), ('/usr/local/etc/cloud/cloud.cfg.d', glob('config/cloud.cfg.d/*')), ('/usr/local/etc/cloud/templates', glob('templates/*')), - ('/usr/local/share/cloud-init', []), ('/usr/local/lib/cloud-init', ['tools/uncloud-init', 'tools/write-ssh-key-fingerprints']), ('/usr/local/share/doc/cloud-init', |