mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
258 B

  1. --- ./src/config.h.vanilla 2006-11-24 17:45:55.000000000 +0100
  2. +++ ./src/config.h 2006-11-24 17:46:13.000000000 +0100
  3. @@ -21,5 +21,5 @@
  4. #define DOTDIR ".gaia"
  5. #ifndef DATADIR
  6. -# define DATADIR "./data"
  7. +# define DATADIR "/usr/share/gaia/data"
  8. #endif