summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKim <kim.sidney@gmail.com>2020-01-08 11:14:38 +0100
committerGitHub <noreply@github.com>2020-01-08 11:14:38 +0100
commitf17ce666249dab57f9bd077e6c25305adfe9671b (patch)
tree01886bf92ade66a47db572835a031925bb2c60c4 /Makefile
parent363f357173d29e554db94e975a0860e527ce7a2a (diff)
parent8fa8ed760655f57eae5de1f115ab7d947a38a3a0 (diff)
downloadvyos-build-f17ce666249dab57f9bd077e6c25305adfe9671b.tar.gz
vyos-build-f17ce666249dab57f9bd077e6c25305adfe9671b.zip
Merge pull request #79 from UnicronNL/crux
T1951: Include awscli package is the AWS build
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 30d5fbb9..ebd71ddb 100644
--- a/Makefile
+++ b/Makefile
@@ -134,7 +134,7 @@ AWS: clean prepare
@echo "It's not like I'm building this specially for you or anything!"
mkdir -p build/config/includes.chroot/etc/cloud/cloud.cfg.d
cp tools/cloud-init/AWS/90_dpkg.cfg build/config/includes.chroot/etc/cloud/cloud.cfg.d/
- cp tools/cloud-init/cloud-init.list.chroot build/config/package-lists/
+ cp tools/cloud-init/AWS/cloud-init.list.chroot build/config/package-lists/
cp -f tools/cloud-init/AWS/config.boot.default build/config/includes.chroot/opt/vyatta/etc/
cd $(build_dir)
lb build 2>&1 | tee build.log