diff options
-rwxr-xr-x | bin/reproducible_build.sh | 2 |
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 |