diff options
author | Simon Quigley <tsimonq2@ubuntu.com> | 2017-06-19 15:19:37 -0500 |
---|---|---|
committer | Simon Quigley <tsimonq2@ubuntu.com> | 2017-06-19 15:19:37 -0500 |
commit | 62eb92d94fa902b4a34dafce45547680a2655b40 (patch) | |
tree | 02e59a9ee479286942783f4dfa45dc935f274081 /binreloc.c | |
parent | d734615014277b715d6c5c525a8d42acd8158d9a (diff) |
Reverse changes so that the new upstream tar can be imported.
Diffstat (limited to 'binreloc.c')
-rw-r--r-- | binreloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |