Commit 275d0b52 authored by Antoine Kaufmann's avatar Antoine Kaufmann
Browse files

images: update packer wrap script for new qemu path

parent e2f54f09
......@@ -3,5 +3,5 @@
qemupath=`pwd`/../qemu/
# add our qemu to $PATH
export PATH="$qemupath:$qemupath/x86_64-softmmu/:$PATH"
export PATH="$qemupath:$qemupath/build/:$PATH"
exec ./packer "$@"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment