--- Makefile 2006-01-29 16:03:41.000000000 +0100 +++ Makefile.new 2006-07-07 21:04:19.000000000 +0200 @@ -110,8 +110,8 @@ # The database directory can be either in the user's $HOME (or relative to any # other env variable) or at a global place like /var/spool (world-writable) # -> uncomment 2 lines below to put the databases in the user's home -#USER_DBDIR = .nxtvdb -#DEFS += -DEPG_DB_ENV=\"HOME\" -DEPG_DB_DIR=\"$(USER_DBDIR)\" +USER_DBDIR = .nxtvdb +DEFS += -DEPG_DB_ENV=\"HOME\" -DEPG_DB_DIR=\"$(USER_DBDIR)\" ifndef USER_DBDIR SYS_DBDIR = /usr/tmp/nxtvdb DEFS += -DEPG_DB_DIR=\"$(SYS_DBDIR)\"