Fix tix-port patch generation in different working directory.

This commit is contained in:
Jonas 'Sortie' Termansen 2023-02-12 17:18:16 +01:00
parent 28cff2f185
commit edc4d5ed18
1 changed files with 1 additions and 1 deletions

View File

@ -327,7 +327,7 @@ diff_package() {(
tix-rmdiff -- "$base.upstream" "$base" |
LC_ALL=C sort > "$base.rmpatch"
if [ ! -s "$base.rmpatch" ]; then rm "$base.rmpatch"; fi
desired_version "$port" > "$base.version"
desired_version "$base" > "$base.version"
fi
)}