aboutsummaryrefslogtreecommitdiff
path: root/projects/memtest86plus
diff options
context:
space:
mode:
authorAndrew Robbins <contact@andrewrobbins.info>2018-01-25 16:56:05 -0500
committerAndrew Robbins <contact@andrewrobbins.info>2018-01-25 17:11:52 -0500
commitd870ebb62617b6a2c0bb4a7cab1f97a2299a6086 (patch)
treea1c76967fd5131ea5dde0badbfa7ea0a2dbfbd9f /projects/memtest86plus
parent85e1a4604c6e416c5c736d10da9234069143267e (diff)
downloadlibrebootfr-d870ebb62617b6a2c0bb4a7cab1f97a2299a6086.tar.gz
librebootfr-d870ebb62617b6a2c0bb4a7cab1f97a2299a6086.zip
Copy all memtest86plus binaries to the build path
Diffstat (limited to 'projects/memtest86plus')
-rwxr-xr-xprojects/memtest86plus/memtest86plus2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/memtest86plus/memtest86plus b/projects/memtest86plus/memtest86plus
index 1aadbf6c..c64f66a7 100755
--- a/projects/memtest86plus/memtest86plus
+++ b/projects/memtest86plus/memtest86plus
@@ -75,7 +75,7 @@ build() {
mkdir -p "$build_path"
make -C "$sources_path" -j"$TASKS"
- cp "$sources_path/memtest" "$build_path"
+ cp "$sources_path"/{memtest,memtest.bin} "$build_path"
make -C "$sources_path" 'clean'
}