diff options
author | Chuck Short <zulcss@ubuntu.com> | 2009-01-19 18:56:02 +0000 |
---|---|---|
committer | Bazaar Package Importer <jamesw@ubuntu.com> | 2009-01-19 18:56:02 +0000 |
commit | 2be0869fc100cc12f304192552d799e3232f6d2e (patch) | |
tree | 2628504bc76a623d443a9cff7a7c8375d4e3400b /debian/rules | |
parent | b7d4c2c4a45c83d7e4a0c5ca7271c4ae13cd1f84 (diff) | |
download | vyos-cloud-init-2be0869fc100cc12f304192552d799e3232f6d2e.tar.gz vyos-cloud-init-2be0869fc100cc12f304192552d799e3232f6d2e.zip |
ec2-run-user-data: Fix python error when writing a file to the disk.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index e5f924ef..b3812f7e 100755 --- a/debian/rules +++ b/debian/rules @@ -6,6 +6,7 @@ DEB_UPDATE_RCD_PARAMS:=start 90 S . build/ec2-init:: install -d debian/tmp/usr/sbin + mkdir -p debian/tmp/var/ec2 install -m 775 ec2-fetch-credentials.py debian/tmp/usr/sbin/ec2-fetch-credentials install -m 775 ec2-run-user-data.py debian/tmp/usr/sbin/ec2-run-user-data install -m 755 ec2-set-hostname.py debian/tmp/usr/sbin/ec2-set-hostname |