summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/reproducible_build.sh')
-rwxr-xr-xbin/reproducible_build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 7cd501e4..8b142ab2 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -99,7 +99,7 @@ cleanup_all() {
gzip -9fvn $RBUILDLOG
# XXX quite ugly: this is just needed to get the correct value of the
# compressed files in the html. It's cheap and quite safe so, *shrugs*...
- gen_packages_html $SUITE $SRCPACKAGE
+ gen_package_html $SRCPACKAGE
cd
rm -r $TMPDIR
if ! $BAD_LOCKFILE ; then rm -f $LOCKFILE ; fi