btrfs-progs: fix build, manpage compression command
authorChristian Hesse <list@eworm.de>
Tue, 22 Jan 2013 20:51:19 +0000 (15:51 -0500)
committerDavid Sterba <dsterba@suse.cz>
Wed, 23 Jan 2013 17:37:44 +0000 (18:37 +0100)
commitcdbe16b3093aa565330a14860f307ac91e0310e7
tree4b5dd5acdf74ed80f267082898a9453e6a232698
parentf2270bec863c4ca43dd1b69a939f45b082f83961
btrfs-progs: fix build, manpage compression command

man pages for btrfs-progs are compressed by gzip by default. In Makefile the
variable GZIP is use, this evaluates to 'gzip gzip' on my system. From man
gzip:

> The environment variable GZIP can hold a set of default options for gzip.
> These options are interpreted first and can be overwritten by explicit
> command line parameters.

So using any other variable name fixes this. Patch is attached.

Signed-off-by: Christian Hesse <list@eworm.de>
Signed-off-by: Gene Czarcinski <gene@czarc.net>
man/Makefile