aboutsummaryrefslogtreecommitdiff
path: root/shell.c
diff options
context:
space:
mode:
authorAgney Lopes Roth Ferraz <agney@debian.org>2006-05-25 22:13:49 -0300
committerSimon Quigley <tsimonq2@ubuntu.com>2017-06-19 14:38:34 -0500
commit5463b95dd354d4aff1c626b756d5586750f24d4d (patch)
tree3e124b3d621eec6911ac3187656438160f2f74f4 /shell.c
parent1db37ee0b1dbfebe11ff6a0eee8000392e4f3f61 (diff)
Import Debian changes 0.4-2
hardinfo (0.4-2) unstable; urgency=low * Limited supported architectures. (Closes: #368582)
Diffstat (limited to 'shell.c')
-rw-r--r--shell.c2
1 files changed, 1 insertions, 1 deletions
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);