Update prep-release.sh

This commit is contained in:
Antony Messerli 2015-09-04 21:07:21 -05:00
parent 740386ac31
commit 2dc14df096

View file

@ -8,7 +8,6 @@ for ipxe_config in `ls ../../ipxe/`
do
make EMBED=../../ipxe/$ipxe_config
mv bin/ipxe.dsk ../../build/ipxe/$ipxe_config.dsk
mv bin/ipxe.kpxe ../../build/ipxe/$ipxe_config.kpxe
mv bin/ipxe.iso ../../build/ipxe/$ipxe_config.iso
mv bin/ipxe.lkrn ../../build/ipxe/$ipxe_config.lkrn
mv bin/ipxe.usb ../../build/ipxe/$ipxe_config.usb