diff options
author | Daniil Baturin <daniil@baturin.org> | 2017-01-26 21:27:12 -0500 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2017-01-26 21:27:12 -0500 |
commit | 607dcde9bce70b17fbd24df7d441e6a1924983e9 (patch) | |
tree | 364b0478124bbd7cefef4f1874f08d11b78fd459 /Makefile | |
parent | ea48b7bd747df4ae5c8ee64c72cdc67e31ddcd5a (diff) | |
download | vyos-build-607dcde9bce70b17fbd24df7d441e6a1924983e9.tar.gz vyos-build-607dcde9bce70b17fbd24df7d441e6a1924983e9.zip |
Account for different architectures in ISO naming.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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: |