- fix LD_LIBRARY_PATH for multilib environment (bug 1241527) - update License: tag - don't strip the libraries in install, just keep the executable bit - when converting from latin1 to utf8, don't use the converted file if the conversion failed: the pt manpage is already utf8i9ce
parent
1820dfed3f
commit
523416deca
@ -0,0 +1,12 @@
|
||||
diff -up fakeroot-1.20.2/scripts/fakeroot.in.multilib fakeroot-1.20.2/scripts/fakeroot.in
|
||||
--- fakeroot-1.20.2/scripts/fakeroot.in.multilib 2014-10-05 17:16:00.000000000 +0200
|
||||
+++ fakeroot-1.20.2/scripts/fakeroot.in 2015-09-28 09:56:43.891990046 +0200
|
||||
@@ -35,7 +35,7 @@ FAKEROOT_BINDIR=@bindir@
|
||||
|
||||
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"
|
Loading…
Reference in new issue