Comment 7 for bug 1001129

Revision history for this message
Marc Olzheim (zlo-zlo) wrote :

As the main point it that /usr/lib/i386-linux-gnu/libfakeroot is not part of the patch, this patch fixes it for me. I guess it should actually be replaced by an @@ macro though.

--- scripts/fakeroot.in.orig 2019-02-26 11:38:12.000000000 +0100
+++ scripts/fakeroot.in 2019-02-26 11:40:41.895722422 +0100
@@ -35,7 +35,7 @@

 USEABSLIBPATH=@LDPRELOADABS@
 LIB=lib@fakeroot_transformed@@DLSUFFIX@
-PATHS=@libdir@:${FAKEROOT_PREFIX}/lib64/libfakeroot:${FAKEROOT_PREFIX}/lib32/libfakeroot
+PATHS=@libdir@:/usr/lib/i386-linux-gnu/libfakeroot:${FAKEROOT_PREFIX}/lib64/libfakeroot:${FAKEROOT_PREFIX}/lib32/libfakeroot
 FAKED=${FAKEROOT_BINDIR}/@faked_transformed@

 FAKED_MODE="unknown-is-root"