From 62eb92d94fa902b4a34dafce45547680a2655b40 Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Mon, 19 Jun 2017 15:19:37 -0500 Subject: Reverse changes so that the new upstream tar can be imported. --- binreloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'binreloc.c') 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 -- cgit v1.2.3