aboutsummaryrefslogtreecommitdiff
path: root/pdebuild
diff options
context:
space:
mode:
authordancer <dancer>2006-04-22 02:18:45 +0000
committerdancer <dancer>2006-04-22 02:18:45 +0000
commit855ea2816c67a42cc9af2ce12702575f19ae4e91 (patch)
treeed79b82aa729de441722eb47421a5f1ca428f1e1 /pdebuild
parent2145b0b4313e3ee3abd2c0a4649d6663961ccb2f (diff)
downloadpbuilder-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--pdebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/pdebuild b/pdebuild
index e541835..c579045 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 -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"