Skip to content

Commit

Permalink
support: xbps-install: specify unit factors
Browse files Browse the repository at this point in the history
  • Loading branch information
gportay committed May 23, 2024
1 parent 447ea9f commit c8b663f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support/xbps-install.sed
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# Space available on disk: XXXxB
/[[:space:]]*[[:lower:][:digit:]._+-]/ {
s,\([[:lower:][:digit:]._+-]\+\)-\([[:alnum:]._+-]\+\)_\([[:alnum:]]\+\),\1,
s,\s\+[[:digit:]]\+.B\(\|/s\), XXXxB\1,g
s,\s\+[[:digit:]]\+\([kMG]\|\)B\(\|/s\), XXXxB\2,g
s,[[:digit:]]\+%,XXX%,
s,ETA: [[:digit:]]\{2\,2\}m[[:digit:]]\{2\,2\}s,ETA: MMmSSs,
/ETA:/d
Expand Down

0 comments on commit c8b663f

Please sign in to comment.