[Fakeroot-commits] [SCM] fakeroot branch, upstream, updated. 08ed00124d8b6b445d3b91a9aa15eec638b02f05

Clint Adams schizo at debian.org
Sun Nov 15 03:17:00 UTC 2009


The following commit has been merged in the upstream branch:
commit e5f5dfde84abd20dcf2190889f135b511a711c08
Author: Clint Adams <schizo at debian.org>
Date:   Mon May 9 15:59:23 2005 +0000

    Apply Goswin's patch to extend biarch support to include 32bit on amd64.  closes: #292505.
    
    git-archimport-id: fakeroot at packages.debian.org--fakeroot/fakeroot--main--0.0--patch-65

diff --git a/scripts/fakeroot.in b/scripts/fakeroot.in
index 4bf0f82..b613751 100755
--- a/scripts/fakeroot.in
+++ b/scripts/fakeroot.in
@@ -19,7 +19,7 @@ PREFIX=@prefix@
 BINDIR=@bindir@
     
 LIB=lib at fakeroot_transformed@.so.0
-PATHS=@libdir@:${PREFIX}/lib64/libfakeroot
+PATHS=@libdir@:${PREFIX}/lib64/libfakeroot:${PREFIX}/lib32/libfakeroot
 FAKED=${BINDIR}/@faked_transformed@
 
 FAKED_MODE="unknown-is-root"

-- 
fakeroot



More information about the Fakeroot-commits mailing list