[Fakeroot-commits] [SCM] fakeroot branch, master, updated. debian/1.12.3
Clint Adams
schizo at debian.org
Sat Jun 13 17:02:43 UTC 2009
The following commit has been merged in the master 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