diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-02-15 06:44:12 +0000 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-02-15 06:44:12 +0000 |
commit | 9e625cd3ee2a1b26e41ef5a635817b2cd1a0a886 (patch) | |
tree | 716752a227c80ccac089d4d4fbdde059343750b5 /resources/scripts/helpers/build/release/archives | |
parent | 489603d6d95ee41309bae07ba68d92386c6ac8a3 (diff) | |
download | librebootfr-9e625cd3ee2a1b26e41ef5a635817b2cd1a0a886.tar.gz librebootfr-9e625cd3ee2a1b26e41ef5a635817b2cd1a0a886.zip |
Moved ich9macchange to resources/scripts/misc/ich9macchange
Diffstat (limited to 'resources/scripts/helpers/build/release/archives')
-rwxr-xr-x | resources/scripts/helpers/build/release/archives | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/scripts/helpers/build/release/archives b/resources/scripts/helpers/build/release/archives index 87406fb9..21372759 100755 --- a/resources/scripts/helpers/build/release/archives +++ b/resources/scripts/helpers/build/release/archives @@ -326,7 +326,7 @@ cp coreboot/src/mainboard/lenovo/x200/cmos.layout libreboot_util/cmoslayouts/x20 cp flash libreboot_util/ # ich9macchange script (change MAC address on X200 ROMs, using ich9gen) -cp ich9macchange libreboot_util/ +cp resources/scripts/misc/ich9macchange libreboot_util/ # for changing the GRUB background cp resources/scripts/misc/grub-background libreboot_util/ |