diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-11-28 05:24:35 +0000 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-11-28 05:24:35 +0000 |
commit | 82574ca69bc93b7935a197e8f6087621c6f093a1 (patch) | |
tree | d689b8497e33a563e39d2ecdd0cb09a70cfc9fe7 | |
parent | 5983177dc8ddb4b46185ecade47c1194568e3c2a (diff) | |
download | librebootfr-82574ca69bc93b7935a197e8f6087621c6f093a1.tar.gz librebootfr-82574ca69bc93b7935a197e8f6087621c6f093a1.zip |
builddeps-memtest86: fix path and remove obsolete comments
-rwxr-xr-x | builddeps-memtest86 | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/builddeps-memtest86 b/builddeps-memtest86 index 7b9c000b..a7ae55e0 100755 --- a/builddeps-memtest86 +++ b/builddeps-memtest86 @@ -23,15 +23,10 @@ set -u -e -v # This script is used by the main "builddeps" script in libreboot src/meta archives. # The reason it is seperated here is so that MemTest86+ can be built separately aswell. -# To use this script, you will need the dependencies in "builddeb". -# Run it, or adapt it if you do not use an "apt-get" distro. - -# This is also used by the "getmt86" script. - # Build MemTest86+ payload (for GRUB) # -------------------------------------------------------------------- -cd "memtest86+-5.01" +cd "memtest86+-5.01"/ # clean it first make clean |