[Fakeroot-commits] [SCM] fakeroot branch, upstream, updated. 08ed00124d8b6b445d3b91a9aa15eec638b02f05
Clint Adams
schizo at debian.org
Sun Nov 15 03:17:44 UTC 2009
The following commit has been merged in the upstream branch:
commit 66a09c960f40d950bd8cbfeaed1ab980834e2ff7
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