From d517d87ea061c53c0b9490b89dfda50cf84f4986 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Sun, 15 Feb 2015 23:11:58 +0000 Subject: flash (script): Use "build" instead of "DEBLOB" to know if in src --- flash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'flash') diff --git a/flash b/flash index 48b41e74..9ac352fb 100755 --- a/flash +++ b/flash @@ -70,7 +70,7 @@ mode=$1 rompath=$2 flashrom="unknown" -if [ -f "DEBLOB" ]; then +if [ -f "build" ]; then # git or libreboot_src flashrom="./flashrom/flashrom" else @@ -87,7 +87,7 @@ bucts="unknown" flashrom_lenovobios_sst="unknown" flashrom_lenovobios_macronix="unknown" if [ "$mode" = "i945lenovo_firstflash" ] || [ "$mode" = "i945lenovo_secondflash" ]; then - if [ -f "DEBLOB" ]; then + if [ -f "build" ]; then # git or libreboot_src bucts="./bucts/bucts" flashrom_lenovobios_sst="./flashrom/flashrom_lenovobios_sst" -- cgit v1.2.3-70-g09d2