[Fakeroot-commits] [SCM] fakeroot branch, upstream, updated. debian/1.14.3-200-gb232f8a

Clint Adams schizo at debian.org
Tue Aug 23 13:06:19 UTC 2011


The following commit has been merged in the upstream branch:
commit 3567540ae4ece56ffed0df073c4512ae817a8ce9
Author: Clint Adams <schizo at debian.org>
Date:   Sat Jun 13 12:57:44 2009 -0400

    Install amd64 biarch files into /usr/lib32.  closes: #492699.

diff --git a/debian/rules b/debian/rules
index 65924a1..c21dd5d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,7 +24,7 @@ INSTALL_PROGRAM += -s
 endif
 
 ifeq (x86_64-linux-gnu,$(DEB_HOST_GNU_TYPE))
-BIARCH_LIB_DIR=emul/ia32-linux/usr/lib
+BIARCH_LIB_DIR=usr/lib32
 else
 ifneq (,$(findstring $(DEB_HOST_GNU_TYPE), ppc64-linux-gnu x86_64-kfreebsd-gnu))
 BIARCH_LIB_DIR=usr/lib32

-- 
fakeroot



More information about the Fakeroot-commits mailing list