diff options
author | dancer <dancer> | 2006-04-22 02:18:45 +0000 |
---|---|---|
committer | dancer <dancer> | 2006-04-22 02:18:45 +0000 |
commit | 855ea2816c67a42cc9af2ce12702575f19ae4e91 (patch) | |
tree | ed79b82aa729de441722eb47421a5f1ca428f1e1 /pdebuild | |
parent | 2145b0b4313e3ee3abd2c0a4649d6663961ccb2f (diff) | |
download | pbuilder-855ea2816c67a42cc9af2ce12702575f19ae4e91.tar pbuilder-855ea2816c67a42cc9af2ce12702575f19ae4e91.tar.gz |
pdebuild: give --uid/--gid options to pdebuild-internal
it will fix the testsuite failure
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 -f ..) /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}" --uid "${BUILDRESULTUID}" --gid "${BUILDRESULTGID}" else if ! dpkg-checkbuilddeps -B ; then echo "W: Unmet build-dependency in source" |