--- include/config.h.orig 2008-07-16 16:59:02.000000000 +0300 +++ include/config.h 2009-08-24 07:51:30.000000000 +0300 @@ -179,8 +179,10 @@ #ifdef UNIX /* path and file name extension for compression program */ -#define COMPRESS "/usr/bin/compress" /* Lempel-Ziv compression */ -#define COMPRESS_EXTENSION ".Z" /* compress's extension */ + +#define COMPRESS "/bin/bzip2" +#define COMPRESS_EXTENSION ".bz2" + /* An example of one alternative you might want to use: */ /* #define COMPRESS "/usr/local/bin/gzip" */ /* FSF gzip compression */ /* #define COMPRESS_EXTENSION ".gz" */ /* normal gzip extension */ @@ -214,7 +216,7 @@ * otherwise it will be the current directory. */ # ifndef HACKDIR -# define HACKDIR "/usr/games/lib/nethackdir" +# define HACKDIR "GENTOO_HACKDIR" # endif /*