From 4631c9680a0f09fe2efb347e472a51be0cab8d80 Mon Sep 17 00:00:00 2001 From: dancer Date: Wed, 21 Dec 2005 11:57:27 +0000 Subject: use readlink -f instead of -e. add q-funk's script. --- pdebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pdebuild') diff --git a/pdebuild b/pdebuild index e6eb539..69e3757 100644 --- a/pdebuild +++ b/pdebuild @@ -37,7 +37,7 @@ export BUILDRESULTUID=$(id -u) export BUILDRESULTGID=$(id -g) if [ "${USE_PDEBUILD_INTERNAL}" = 'yes' ]; then - ${PBUILDERROOTCMD} pbuilder execute "$@" ${EXTRA_CONFIGFILE[@]/#/--configfile } --bindmounts $(readlink -e ..) /usr/lib/pbuilder/pdebuild-internal ${PWD} --debbuildopts "${DEBBUILDOPTS}" + ${PBUILDERROOTCMD} pbuilder execute "$@" ${EXTRA_CONFIGFILE[@]/#/--configfile } --bindmounts $(readlink -f ..) /usr/lib/pbuilder/pdebuild-internal ${PWD} --debbuildopts "${DEBBUILDOPTS}" else if ! dpkg-checkbuilddeps -B ; then echo "W: Unmet build-dependency in source" -- cgit v1.2.3