diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-11-28 00:42:00 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-11-28 00:42:00 (EST) |
commit | 00351e2aac63b3623899f03d226d5034da14852c (patch) | |
tree | c0f107dd5d12f8ecf29d9c7a984f84c22b51c5bd | |
parent | eccf442c7f6045d742391a07e9a527c79c880012 (diff) | |
download | libreboot-00351e2aac63b3623899f03d226d5034da14852c.zip libreboot-00351e2aac63b3623899f03d226d5034da14852c.tar.gz libreboot-00351e2aac63b3623899f03d226d5034da14852c.tar.bz2 |
getmt86: fix path and remove obsolete comment
-rwxr-xr-x | getmt86 | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -22,8 +22,6 @@ set -u -e -v # Get the last version of MemTest86+ used, apply patches, build it. -# You need the dependencies from ./builddeb to use this script. - # Remove the old version that may exist # ---------------------------------------------------------------------------------- @@ -44,7 +42,7 @@ tar -xf "memtest86+-5.01.tar.gz" rm -f "memtest86+-5.01.tar.gz" # there are modifications required -cd "memtest86+-5.01" +cd "memtest86+-5.01"/ # Apply necessary patches # --------------------------------------------------------------------------------- |