summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2022-12-19 19:12:01 +0000
committerSolomon Peachy <pizza@shaftnet.org>2022-12-19 19:12:22 +0000
commit4559a61030dcd81a5114466df0fa6e5d748c3c05 (patch)
tree1f754edb6a81221797da7524a724e5a60e1d1cf1
parenta403c9d214e271658c56b63c15310ed4b81f39f2 (diff)
downloadwww-4559a61030dcd81a5114466df0fa6e5d748c3c05.tar.gz
www-4559a61030dcd81a5114466df0fa6e5d748c3c05.zip
dailybuild: Fix a bad symlink in the manual zip build
-rwxr-xr-xtools/buildall-manuals.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/buildall-manuals.pl b/tools/buildall-manuals.pl
index 782db84..d8e67c0 100755
--- a/tools/buildall-manuals.pl
+++ b/tools/buildall-manuals.pl
@@ -69,7 +69,7 @@ sub runone {
system("cp $o output/rockbox-$dir-html.zip");
system("mv $o $newo");
print "moved $o to $newo\n" if($verbose);
- system("cd ../daily/$dir ; ln -sf ../manual/rockbox-$dir-html.zip manual-$dir-html.zip");
+ system("cd ../download/daily/$dir ; ln -sf ../manual/rockbox-$dir-html.zip manual-$dir-html.zip");
}
else {
print "*** error: no zip file $o\n" if($verbose);