$NetBSD: patch-ay,v 1.3 2006/03/22 23:53:33 jlam Exp $ --- src/unix/umodules.c.orig 2005-09-04 12:00:17.000000000 -0400 +++ src/unix/umodules.c @@ -44,7 +44,7 @@ static MODULE *module_list = NULL; /* where to look for modules.lst */ static char *module_path[] = { - "/usr/local/lib/allegro/", "/usr/lib/allegro/", NULL + INSTPREFIX "/lib/allegro/", "/usr/lib/allegro/", NULL };