diff options
| author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-03-09 08:26:10 +0000 | 
|---|---|---|
| committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-03-09 08:26:10 +0000 | 
| commit | a9612bfdd90268cf065b09e8a0ff1b6c8a99b399 (patch) | |
| tree | f96fc1c02974c11f9a53acd2c868be71b6db9ed1 | |
| parent | 78e6cbb4ee1a94a9f8565bf240fc50f4cd0045eb (diff) | |
| download | buildroot-novena-a9612bfdd90268cf065b09e8a0ff1b6c8a99b399.tar.gz buildroot-novena-a9612bfdd90268cf065b09e8a0ff1b6c8a99b399.zip | |
- Default to gzip -d -c since zcat may only support compress'ed files
  according to SuS. Thanks to Heikki Lindholm for pointing this out.
| -rw-r--r-- | Config.in | 6 | 
1 files changed, 3 insertions, 3 deletions
| @@ -212,13 +212,13 @@ config BR2_SVN  config BR2_ZCAT  	string "zcat command" -	default "zcat" +	default "gzip -d -c"  	help  	  Command to be used to extract a gzip'ed file to stdout.  	  zcat is identical to gunzip -c except that the former may  	  not be available on your system. -	  Default is "zcat" -	  Other possible values include "gunzip -c" or "gzip -d -c". +	  Default is "gzip -d -c" +	  Other possible values include "gunzip -c" or "zcat".  config BR2_BZCAT  	string "bzcat command" | 
