summaryrefslogtreecommitdiffstats
path: root/resources
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-12-06 21:05:21 (EST)
committer Francis Rowe <info@gluglug.org.uk>2015-12-06 21:05:21 (EST)
commit6af64c59134384a3960546764d5baac884942704 (patch)
tree9a23a306ba58817afcf9ceebbfc9074184301dae /resources
parent1d699df7c4bbd55117a9c769988eb9313165601a (diff)
downloadlibreboot-6af64c59134384a3960546764d5baac884942704.zip
libreboot-6af64c59134384a3960546764d5baac884942704.tar.gz
libreboot-6af64c59134384a3960546764d5baac884942704.tar.bz2
build/roms/withgrub: get custom gm45 macaddress from the right file
Diffstat (limited to 'resources')
-rwxr-xr-xresources/scripts/helpers/build/roms/withgrub4
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/scripts/helpers/build/roms/withgrub b/resources/scripts/helpers/build/roms/withgrub
index 4aa691b..719fb6f 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