From 855ea2816c67a42cc9af2ce12702575f19ae4e91 Mon Sep 17 00:00:00 2001 From: dancer Date: Sat, 22 Apr 2006 02:18:45 +0000 Subject: pdebuild: give --uid/--gid options to pdebuild-internal it will fix the testsuite failure --- pdebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pdebuild') 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" -- cgit v1.2.3