Commit 61d45789 authored by Antoine Kaufmann's avatar Antoine Kaufmann
Browse files

images: fix packer-wrap script to point to new qemu path

parent 1c2e19bc
#!/bin/bash
qemupath=`pwd`/../qemu/
qemupath=`pwd`/../sims/external/qemu/
# add our qemu to $PATH
export PATH="$qemupath:$qemupath/build/:$PATH"
......
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