From 2717bbe70255ddd8fa587eccb8b8973c29894283 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 2 Mar 2015 21:07:19 +0100 Subject: reproducible: another fixup --- bin/reproducible_html_dd_list.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/reproducible_html_dd_list.sh b/bin/reproducible_html_dd_list.sh index b03bfc08..db33068b 100755 --- a/bin/reproducible_html_dd_list.sh +++ b/bin/reproducible_html_dd_list.sh @@ -17,7 +17,7 @@ init_html VIEW=dd-list for SUITE in $SUITES ; do - PAGE=$SUITE/index_${VIEW}.html + PAGE=index_${VIEW}.html echo "$(date) - starting to write $PAGE page." write_page_header $VIEW "Overview of maintainers of unreproducible packages in $SUITE" TMPFILE=$(mktemp) @@ -44,7 +44,7 @@ for SUITE in $SUITES ; do rm $TMPFILE rm $SOURCES write_page_footer - publish_page + publish_page $SUITE echo done -- cgit v1.2.3-70-g09d2