summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorHarm Weites <harm@weites.com>2014-08-16 17:55:42 +0000
committerHarm Weites <harm@weites.com>2014-08-16 17:55:42 +0000
commitf181c7cbdc08222f195fa84a379f35a456d26123 (patch)
tree9f36caa2ae6385757ba7e2a5db9f6df3169600f5 /setup.py
parent57b5f63467dcc74b0b39a14b5baeb1974cdc3373 (diff)
downloadvyos-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-xsetup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index b09c0456..0e609d6e 100755
--- a/setup.py
+++ b/setup.py
@@ -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',