20 lines
755 B
Diff
20 lines
755 B
Diff
|
From: Adam Mizerski <adam@mizerski.pl>
|
||
|
Date: 2013-10-26 16:57:11 +0200
|
||
|
Subject: Fix lib32 path.
|
||
|
Upstream: no
|
||
|
|
||
|
Fix lib32 path to allow running 32bit fakeroot on 64bit system.
|
||
|
|
||
|
diff -ru fakeroot-1.20/scripts/fakeroot.in fakeroot-1.20_mod/scripts/fakeroot.in
|
||
|
--- fakeroot-1.20/scripts/fakeroot.in 2013-09-20 15:54:24.000000000 +0200
|
||
|
+++ fakeroot-1.20_mod/scripts/fakeroot.in 2013-10-26 16:54:22.935621993 +0200
|
||
|
@@ -35,7 +35,7 @@
|
||
|
|
||
|
USEABSLIBPATH=@LDPRELOADABS@
|
||
|
LIB=lib@fakeroot_transformed@@DLSUFFIX@
|
||
|
-PATHS=@libdir@:${FAKEROOT_PREFIX}/lib64/libfakeroot:${FAKEROOT_PREFIX}/lib32/libfakeroot
|
||
|
+PATHS=@libdir@:${FAKEROOT_PREFIX}/lib64/libfakeroot:${FAKEROOT_PREFIX}/lib/libfakeroot
|
||
|
FAKED=${FAKEROOT_BINDIR}/@faked_transformed@
|
||
|
|
||
|
FAKED_MODE="unknown-is-root"
|