diff --git a/tix/tix-port b/tix/tix-port index 54ac486f..84558399 100755 --- a/tix/tix-port +++ b/tix/tix-port @@ -514,7 +514,7 @@ if should_run_step diff; then update_version=true fi -if $update_version; then +if $update_version && [ "${destination-.}" != "." ]; then cp "$port.version" "$destination/$NAME.version" fi