mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Fix tix.port(8) --destination=. .version file.
This commit is contained in:
parent
9588b0d3db
commit
921e5e0d88
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue