patch attached.
--
Bernd Zeimetz Debian GNU/Linux Developer
http://bzed.de http://www.debian.org
GPG Fingerprints: 06C8 C9A2 EAAD E37E 5B2C BE93 067A AD04 C93B FF79
ECA1 E3F2 8E11 2432 D485 DD95 EB36 171A 6FF9 435F
diff --git a/binreloc.c b/binreloc.c
index 1d1acfe..a44bd08 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, "lib64", NULL);
+ dir = g_build_filename(prefix, "lib", NULL);
#else
dir = g_build_filename(prefix, "lib", NULL);
#endif
diff --git a/configure b/configure
index b5903ad..4a3d6ce 100755
--- a/configure
+++ b/configure
@@ -56,7 +56,7 @@ case $PROC in
x86_64)
ln -sf linux/x86_64 arch/this
ARCH="ARCH_x86_64"
- LIBDIR="/usr/lib64" ;;
+ LIBDIR="/usr/lib" ;;
mips*)
ln -sf linux/mips arch/this
ARCH="ARCH_MIPS" ;;
diff --git a/debian/changelog b/debian/changelog
index e865511..f3d7fad 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+hardinfo (0.5.1-1.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * [cd677eda] Move files from /usr/lib64 to /usr/lib. (Closes: #557569)
+ - thanks to Kurt Roeckx
+
+ -- Bernd Zeimetz <[email protected]> Fri, 22 Jan 2010 21:22:24 +0100
+
hardinfo (0.5.1-1) unstable; urgency=low
* New upstream version. (Closes: #530290, #517591)