cfdyndns: improve robustness of installPhase

gstqt5
Cole Helbling 2020-03-19 23:45:29 -07:00
parent 8b2abebb23
commit 59ef82a28a
No known key found for this signature in database
GPG Key ID: B37E0F2371016A4C
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ buildRustPackage rec {
installPhase = '' installPhase = ''
mkdir -p $out/bin mkdir -p $out/bin
cp -p target/release/cfdyndns $out/bin/ cp -p $releaseDir/cfdyndns $out/bin/
''; '';
meta = with stdenv.lib; { meta = with stdenv.lib; {