From edc4d5ed18ef0d13a66f1a71274c5902bcbbf49b Mon Sep 17 00:00:00 2001 From: Jonas 'Sortie' Termansen Date: Sun, 12 Feb 2023 17:18:16 +0100 Subject: [PATCH] Fix tix-port patch generation in different working directory. --- tix/tix-port | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tix/tix-port b/tix/tix-port index 8a21f080..28e406c1 100755 --- a/tix/tix-port +++ b/tix/tix-port @@ -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 )}