tools: Fix the tools/release/manuals.pl script

It was looking for the versioned pdf filename, which it
then renamed immediately anyway.

Change-Id: I3173fde3cdde56b4bf0b95f9d08b2b8468381972
This commit is contained in:
Solomon Peachy 2024-07-12 12:07:24 -04:00
parent 6a6fa0702a
commit 8753c41b2e

View file

@ -28,7 +28,7 @@ sub runone {
chdir "..";
my $o="buildm-$dir/rockbox-$dir-$version.pdf";
my $o="buildm-$dir/rockbox-manual.pdf";
if (-f $o) {
my $newo="$outdir/rockbox-$dir-$version.pdf";
system("mv $o $newo");