From 6af64c59134384a3960546764d5baac884942704 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Mon, 7 Dec 2015 02:05:21 +0000 Subject: build/roms/withgrub: get custom gm45 macaddress from the right file --- resources/scripts/helpers/build/roms/withgrub | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/scripts/helpers/build/roms/withgrub b/resources/scripts/helpers/build/roms/withgrub index 4aa691b3..719fb6f8 100755 --- a/resources/scripts/helpers/build/roms/withgrub +++ b/resources/scripts/helpers/build/roms/withgrub @@ -113,8 +113,8 @@ if [ -d "bin/grub/" ]; then do if [ -d "${board}_${romsize}b/" ]; then cd "${board}_${romsize}b/" - if [ -f "gm45macaddress" ]; then - ../../../resources/utilities/ich9deblob/ich9gen --macaddress $(cat gm45macaddress) + if [ -f "../../../gm45macaddress" ]; then + ../../../resources/utilities/ich9deblob/ich9gen --macaddress $(cat ../../../gm45macaddress) else ../../../resources/utilities/ich9deblob/ich9gen fi -- cgit v1.2.3-70-g09d2