godot: clean up output path

This commit is contained in:
James Kay 2018-02-16 11:41:26 +00:00
parent 62ab617052
commit ef5fd1cf27
No known key found for this signature in database
GPG Key ID: 76BE7F17BF11AD15
1 changed files with 2 additions and 2 deletions

View File

@ -37,8 +37,8 @@ in stdenv.mkDerivation rec {
'';
installPhase = ''
mkdir $out
cp -r bin $out
mkdir -p $out/bin
cp -r bin/godot.x11.tools.64 $out/bin/godot
'';
meta = {