Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Trinkle committed Mar 19, 2018
1 parent 73fcd5a commit a1988b9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion nix-build-inplace
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ for x in $outputs ; do
eval "$(set | sed "s@${!x//@/\@}@$PWD/outputs/$x@g")"
done
# We want to overwrite old sources with new ones, but we don't want to
# We want to overwrite old sources with new ones, but we don't want to change
# any other files, e.g. build products that may have been created
#TODO: Handle the case where sourceRoot *is* named 'src'
eval "$(typeset -f unpackPhase | head -n -1 ; cat <<'ENDFUNC'
if [ "$sourceRoot" != src ] ; then
cp -aT "$sourceRoot" src
Expand Down

0 comments on commit a1988b9

Please sign in to comment.