summaryrefslogtreecommitdiffstats
path: root/builddeps-memtest86
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2014-11-28 00:24:35 (EST)
committer Francis Rowe <info@gluglug.org.uk>2014-11-28 00:24:35 (EST)
commit82574ca69bc93b7935a197e8f6087621c6f093a1 (patch)
treed689b8497e33a563e39d2ecdd0cb09a70cfc9fe7 /builddeps-memtest86
parent5983177dc8ddb4b46185ecade47c1194568e3c2a (diff)
downloadlibreboot-82574ca69bc93b7935a197e8f6087621c6f093a1.zip
libreboot-82574ca69bc93b7935a197e8f6087621c6f093a1.tar.gz
libreboot-82574ca69bc93b7935a197e8f6087621c6f093a1.tar.bz2
builddeps-memtest86: fix path and remove obsolete comments
Diffstat (limited to 'builddeps-memtest86')
-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