aboutsummaryrefslogtreecommitdiff
path: root/projects/memtest86plus
diff options
context:
space:
mode:
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'
}