summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_pkg_sets.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/reproducible_html_pkg_sets.sh')
-rwxr-xr-xbin/reproducible_html_pkg_sets.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_html_pkg_sets.sh b/bin/reproducible_html_pkg_sets.sh
index dd161f4b..bc875fa6 100755
--- a/bin/reproducible_html_pkg_sets.sh
+++ b/bin/reproducible_html_pkg_sets.sh
@@ -131,7 +131,7 @@ create_pkg_sets_pages() {
write_page_header $VIEW "Package sets in $SUITE/$ARCH for Reproducible builds"
create_pkg_sets_navigation index
write_page_footer
- publish_page $SUITE/$ARCH
+ publish_page debian/$SUITE/$ARCH
#
# create individual pages for all the sets
#
@@ -199,7 +199,7 @@ create_pkg_sets_pages() {
write_page_meta_sign
fi
write_page_footer
- publish_page $SUITE/$ARCH
+ publish_page debian/$SUITE/$ARCH
done
}