summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2014-11-28 05:42:00 +0000
committerFrancis Rowe <info@gluglug.org.uk>2014-11-28 05:42:00 +0000
commit00351e2aac63b3623899f03d226d5034da14852c (patch)
treec0f107dd5d12f8ecf29d9c7a984f84c22b51c5bd
parenteccf442c7f6045d742391a07e9a527c79c880012 (diff)
getmt86: fix path and remove obsolete comment
-rwxr-xr-xgetmt864
1 files changed, 1 insertions, 3 deletions
diff --git a/getmt86 b/getmt86
index 7ee2298..e6c7faa 100755
--- a/getmt86
+++ b/getmt86
@@ -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
# ---------------------------------------------------------------------------------