blob: 2de2062e081845a16579bb6aa0504cda555125f6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$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
};
|