summaryrefslogtreecommitdiff
path: root/packages/debian
diff options
context:
space:
mode:
authorScott Moser <smoser@brickies.net>2017-02-28 16:55:02 -0500
committerScott Moser <smoser@brickies.net>2017-03-02 16:36:10 -0500
commitce63e63d7aaf900bac4339503c5d79ff3bd03d18 (patch)
tree3b528ad9da2c582e969060ca6502adcce1a42e60 /packages/debian
parent4bb60d517da45919310265fa241e1e76b63e97bd (diff)
downloadvyos-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/debian')
-rwxr-xr-xpackages/debian/rules.in1
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)))