Rename USB file

This commit is contained in:
Jeremy Soller
2019-05-02 16:10:29 -06:00
parent 203e148e38
commit 9d872b8a8a

View File

@ -37,7 +37,7 @@ COREBOOT="$(realpath "build/${MODEL}.rom")"
# Rebuild firmware-update
set -x
SHASUM="$(sha384sum "${COREBOOT}" | cut -d " " -f 1)"
USB="$(realpath "build/${MODEL}.usb")"
USB="$(realpath "build/${MODEL}.img")"
export BASEDIR="system76-${SHASUM}"
pushd apps/firmware-update >/dev/null
rm -rf "build/x86_64-efi-pe"