diff options
author | Scott Moser <smoser@brickies.net> | 2017-02-28 16:55:02 -0500 |
---|---|---|
committer | Scott Moser <smoser@brickies.net> | 2017-03-02 16:36:10 -0500 |
commit | ce63e63d7aaf900bac4339503c5d79ff3bd03d18 (patch) | |
tree | 3b528ad9da2c582e969060ca6502adcce1a42e60 /packages | |
parent | 4bb60d517da45919310265fa241e1e76b63e97bd (diff) | |
download | vyos-cloud-init-ce63e63d7aaf900bac4339503c5d79ff3bd03d18.tar.gz vyos-cloud-init-ce63e63d7aaf900bac4339503c5d79ff3bd03d18.zip |
Z99-cloud-locale-test.sh: install and make consistent.
Modify upstream packaging to install this file, which was
already installed in ubuntu packaging.
Also, white space changes from tabs to spaces. Very few things
in cloud-init are tabs now.
Lastly, remove the executable bit on this as ait is not necessary.
Scripts in /etc/profile.d do not have executable bit.
Diffstat (limited to 'packages')
-rwxr-xr-x | packages/debian/rules.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/debian/rules.in b/packages/debian/rules.in index 9b004357..3df6053a 100755 --- a/packages/debian/rules.in +++ b/packages/debian/rules.in @@ -11,6 +11,7 @@ override_dh_install: dh_install install -d debian/cloud-init/etc/rsyslog.d cp tools/21-cloudinit.conf debian/cloud-init/etc/rsyslog.d/21-cloudinit.conf + install -D ./tools/Z99-cloud-locale-test.sh debian/cloud-init/etc/profile.d/Z99-cloud-locale-test.sh override_dh_auto_test: ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS))) |