diff options
author | Andrew Robbins <contact@andrewrobbins.info> | 2018-01-25 16:56:05 -0500 |
---|---|---|
committer | Andrew Robbins <contact@andrewrobbins.info> | 2018-01-25 17:11:52 -0500 |
commit | d870ebb62617b6a2c0bb4a7cab1f97a2299a6086 (patch) | |
tree | a1c76967fd5131ea5dde0badbfa7ea0a2dbfbd9f /projects/memtest86plus | |
parent | 85e1a4604c6e416c5c736d10da9234069143267e (diff) | |
download | librebootfr-d870ebb62617b6a2c0bb4a7cab1f97a2299a6086.tar.gz librebootfr-d870ebb62617b6a2c0bb4a7cab1f97a2299a6086.zip |
Copy all memtest86plus binaries to the build path
Diffstat (limited to 'projects/memtest86plus')
-rwxr-xr-x | projects/memtest86plus/memtest86plus | 2 |
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' } |