aboutsummaryrefslogtreecommitdiff
path: root/pdebuild
diff options
context:
space:
mode:
authordancer <dancer>2005-12-21 11:57:27 +0000
committerdancer <dancer>2005-12-21 11:57:27 +0000
commit4631c9680a0f09fe2efb347e472a51be0cab8d80 (patch)
tree873b0167b3b0fe5ce4a75eeb976ecf8898a43a7c /pdebuild
parentfde53fc18c6c32327b8ba41edb31dac91a4f89b0 (diff)
downloadpbuilder-4631c9680a0f09fe2efb347e472a51be0cab8d80.tar
pbuilder-4631c9680a0f09fe2efb347e472a51be0cab8d80.tar.gz
use readlink -f instead of -e.
add q-funk's script.
Diffstat (limited to 'pdebuild')
-rw-r--r--pdebuild2
1 files changed, 1 insertions, 1 deletions
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"