diff options
Diffstat (limited to 'bin/reproducible_build.sh')
-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 5fb834a4..e0d42f9d 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -102,7 +102,7 @@ cleanup_all() { fi gzip -9fvn $RBUILDLOG if [ "$MODE" = "legacy" ] || [ "$MODE" = "ng" ] ; then - # XXX quite ugly: this is just needed to get the correct value of the + # XXX quite ugly: this is just needed to update the sizes of the # compressed files in the html. It's cheap and quite safe so, *shrugs*... gen_package_html $SRCPACKAGE cd |