2dfsb: fix installation (ZHF)

+1 -1
+1 -1
pkgs/applications/misc/3dfsb/default.nix
··· 23 buildPhase = "sh ./compile.sh"; 24 dontStrip = true; 25 26 - installPhase = "mkdir $out/bin/ && cp 3dfsb $out/bin/"; 27 28 preFixup = '' 29 wrapProgram $out/bin/3dfsb \
··· 23 buildPhase = "sh ./compile.sh"; 24 dontStrip = true; 25 26 + installPhase = "mkdir -p $out/bin/ && cp 3dfsb $out/bin/"; 27 28 preFixup = '' 29 wrapProgram $out/bin/3dfsb \