qtox: Fix installPhase

This commit is contained in:
Jascha Geerds 2014-12-04 11:26:00 +01:00
parent 459fd43988
commit c81575eae1
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
configurePhase = "qmake";
installPhase = ''
mkdir $out/bin
mkdir -p $out/bin
cp qtox $out/bin
'';