Antynea / grub-btrfs

Include btrfs snapshots at boot options. (Grub menu)
GNU General Public License v3.0
745 stars 77 forks source link

Don't install bzip2-compressed man pages #317

Closed lahwaacz closed 7 months ago

lahwaacz commented 7 months ago

grub-btrfs installs man pages compressed by bzip2, which is problematic e.g. for mandoc which cannot decompress them and shows garbage instead.

In most cases, projects don't have to compress man pages during the install step, since downstream packaging tools (e.g. for Arch Linux) will take care of compressing man pages (usually with gzip).