[Fakeroot-commits] [SCM] fakeroot branch, master, updated. debian/1.13.1-3-gec223ed

Clint Adams schizo at debian.org
Fri Oct 9 03:24:27 UTC 2009


The following commit has been merged in the master branch:
commit ea9f748e4d53d3d998b6e28c45b106fbe4bd0fa8
Author: Clint Adams <schizo at debian.org>
Date:   Thu Oct 8 23:11:55 2009 -0400

    Rename PREFIX and BINDIR variables.

diff --git a/scripts/fakeroot.in b/scripts/fakeroot.in
index 97a8a2b..d4f888d 100755
--- a/scripts/fakeroot.in
+++ b/scripts/fakeroot.in
@@ -30,13 +30,13 @@ fatal ()
 }
 
 # strip /bin/fakeroot to find install prefix
-PREFIX=@prefix@
-BINDIR=@bindir@
+FAKEROOT_PREFIX=@prefix@
+FAKEROOT_BINDIR=@bindir@
 
 USEABSLIBPATH=@LDPRELOADABS@
 LIB=lib at fakeroot_transformed@@DLSUFFIX@
-PATHS=@libdir@:${PREFIX}/lib64/libfakeroot:${PREFIX}/lib32/libfakeroot
-FAKED=${BINDIR}/@faked_transformed@
+PATHS=@libdir@:${FAKEROOT_PREFIX}/lib64/libfakeroot:${FAKEROOT_PREFIX}/lib32/libfakeroot
+FAKED=${FAKEROOT_BINDIR}/@faked_transformed@
 
 FAKED_MODE="unknown-is-root"
 export FAKED_MODE

-- 
fakeroot



More information about the Fakeroot-commits mailing list