mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
2dfsb: fix installation (ZHF)
This commit is contained in:
parent
22fce48371
commit
a012ece2f9
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ stdenv.mkDerivation {
|
|||
buildPhase = "sh ./compile.sh";
|
||||
dontStrip = true;
|
||||
|
||||
installPhase = "mkdir $out/bin/ && cp 3dfsb $out/bin/";
|
||||
installPhase = "mkdir -p $out/bin/ && cp 3dfsb $out/bin/";
|
||||
|
||||
preFixup = ''
|
||||
wrapProgram $out/bin/3dfsb \
|
||||
|
|
Loading…
Reference in a new issue