puts entrance_config.db in the wrong location. This will cause entrance to fail to find the file.
--- Makefile.am.old 2004-12-03 05:49:46.000000000 -0500 +++ Makefile.am 2004-12-03 05:50:02.000000000 -0500 @@ -4,7 +4,7 @@ CLEANFILES = $(DB) EXTRA_DIST = $(SCRIPT) -configdbdir = $(prefix)/../$(sysconfdir) +configdbdir = $(sysconfdir) configdb_DATA = $(DB) all: $(DB) ---------- If $sysconfdir is defined, entrance_config.db will be misplaced. Ex. prefix=/usr/X11 sysconfdir=/etc/X11 configdbdir=/usr/X11/../etc/X11 = /usr/etc/X11 s/b /etc/X11 Regards -- Peter ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ enlightenment-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
