summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2017-01-26 21:27:12 -0500
committerDaniil Baturin <daniil@baturin.org>2017-01-26 21:27:12 -0500
commit607dcde9bce70b17fbd24df7d441e6a1924983e9 (patch)
tree364b0478124bbd7cefef4f1874f08d11b78fd459 /Makefile
parentea48b7bd747df4ae5c8ee64c72cdc67e31ddcd5a (diff)
downloadvyos-build-607dcde9bce70b17fbd24df7d441e6a1924983e9.tar.gz
vyos-build-607dcde9bce70b17fbd24df7d441e6a1924983e9.zip
Account for different architectures in ISO naming.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 501ab041..088a3474 100644
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,8 @@ iso: clean prepare
@echo "It's not like I'm building this specially for you or anything!"
cd $(build_dir)
lb build 2>&1 | tee build.log
- ln -nsf live-image-amd64.hybrid.iso vyos-`cat version`-`dpkg --print-architecture`.iso
+ cd ..
+ @scripts/copy-image
.PHONY: prepare-package-env
.ONESHELL: