[Rpm-maint] [rpm-software-management/rpm] Info how beneficial is dwz compression. (#535)
marxin
notifications at github.com
Mon Sep 10 09:27:06 UTC 2018
marxin commented on this pull request.
> @@ -489,6 +489,7 @@ if $run_dwz \
&& [ -d "${RPM_BUILD_ROOT}/usr/lib/debug" ]; then
readarray dwz_files < <(cd "${RPM_BUILD_ROOT}/usr/lib/debug"; find -type f -name \*.debug | LC_ALL=C sort)
if [ ${#dwz_files[@]} -gt 0 ]; then
+ size_before="`du -s ${RPM_BUILD_ROOT}/usr/lib/debug | cut -f1`"
Fixed.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/535#discussion_r216254492
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20180910/78d63f56/attachment-0001.html>
More information about the Rpm-maint
mailing list