diff options
author | dancer <dancer> | 2005-12-21 11:57:27 +0000 |
---|---|---|
committer | dancer <dancer> | 2005-12-21 11:57:27 +0000 |
commit | 4631c9680a0f09fe2efb347e472a51be0cab8d80 (patch) | |
tree | 873b0167b3b0fe5ce4a75eeb976ecf8898a43a7c /pdebuild | |
parent | fde53fc18c6c32327b8ba41edb31dac91a4f89b0 (diff) | |
download | pbuilder-4631c9680a0f09fe2efb347e472a51be0cab8d80.tar pbuilder-4631c9680a0f09fe2efb347e472a51be0cab8d80.tar.gz |
use readlink -f instead of -e.
add q-funk's script.
Diffstat (limited to 'pdebuild')
-rw-r--r-- | pdebuild | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |