commit:     305901f39ded86c4a97a60251eb9863d7018d87f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed May 28 05:45:33 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed May 28 05:45:33 2025 +0000
URL:        https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=305901f3

Makefile.gpyutils: fix typo in 313-to-314.txt rules

Fixes: 45bd9371f326ad98d9b4e806c56010f886dda0df
Signed-off-by: Sam James <sam <AT> gentoo.org>

 Makefile.gpyutils | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.gpyutils b/Makefile.gpyutils
index 17a4c7e..0078c56 100644
--- a/Makefile.gpyutils
+++ b/Makefile.gpyutils
@@ -34,7 +34,7 @@ prune-old:
 $(outdir)/313-to-314.txt: $(timestamp)
        mkdir -p $(outdir)
        gpy-upgrade-impl -m python3_13 python3_14 > [email protected]
-       mv [email protected] $@+
+       mv [email protected] $@
 
 $(outdir)/313-to-314-stablereq.txt: $(timestamp)
        mkdir -p $(outdir)

Reply via email to