aboutsummaryrefslogtreecommitdiff
path: root/binreloc.c
diff options
context:
space:
mode:
authorSimon Quigley <tsimonq2@ubuntu.com>2017-06-19 15:19:37 -0500
committerSimon Quigley <tsimonq2@ubuntu.com>2017-06-19 15:19:37 -0500
commit62eb92d94fa902b4a34dafce45547680a2655b40 (patch)
tree02e59a9ee479286942783f4dfa45dc935f274081 /binreloc.c
parentd734615014277b715d6c5c525a8d42acd8158d9a (diff)
Reverse changes so that the new upstream tar can be imported.
Diffstat (limited to 'binreloc.c')
-rw-r--r--binreloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/binreloc.c b/binreloc.c
index a44bd08a..1d1acfe6 100644
--- a/binreloc.c
+++ b/binreloc.c
@@ -594,7 +594,7 @@ gchar *gbr_find_lib_dir(const gchar * default_lib_dir)
}
#ifdef ARCH_x86_64
- dir = g_build_filename(prefix, "lib", NULL);
+ dir = g_build_filename(prefix, "lib64", NULL);
#else
dir = g_build_filename(prefix, "lib", NULL);
#endif