소스 검색

Update prep-release.sh

Antony Messerli 9 년 전
부모
커밋
2dc14df096
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      script/prep-release.sh

+ 0 - 1
script/prep-release.sh

@@ -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