summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2014-11-28 05:24:35 +0000
committerFrancis Rowe <info@gluglug.org.uk>2014-11-28 05:24:35 +0000
commit82574ca69bc93b7935a197e8f6087621c6f093a1 (patch)
treed689b8497e33a563e39d2ecdd0cb09a70cfc9fe7
parent5983177dc8ddb4b46185ecade47c1194568e3c2a (diff)
builddeps-memtest86: fix path and remove obsolete comments
-rwxr-xr-xbuilddeps-memtest867
1 files changed, 1 insertions, 6 deletions
diff --git a/builddeps-memtest86 b/builddeps-memtest86
index 7b9c000..a7ae55e 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