mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-18 07:29:09 +00:00
memtest86+: Remove bogus executable bit
This commit is contained in:
parent
b8cf0a32fd
commit
e26b828f4a
@ -23,6 +23,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out
|
||||
chmod -x memtest.bin
|
||||
cp memtest.bin $out/
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user