From 5463b95dd354d4aff1c626b756d5586750f24d4d Mon Sep 17 00:00:00 2001 From: Agney Lopes Roth Ferraz Date: Thu, 25 May 2006 22:13:49 -0300 Subject: Import Debian changes 0.4-2 hardinfo (0.4-2) unstable; urgency=low * Limited supported architectures. (Closes: #368582) --- shell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell.c') diff --git a/shell.c b/shell.c index e8ac1f5e..fd4c286e 100644 --- a/shell.c +++ b/shell.c @@ -312,7 +312,7 @@ shell_tree_modules_load(ShellTree * shelltree) module->icon = icon_cache_get_pixbuf(tmp); g_free(tmp); - tmp = g_strdup_printf(PREFIX "modules/%s.so", iname); + tmp = g_strdup_printf(PREFIX_LIBS "modules/%s.so", iname); module->dll = g_module_open(tmp, G_MODULE_BIND_LAZY); g_free(tmp); -- cgit v1.2.3