aboutsummaryrefslogtreecommitdiff
path: root/pdebuild-user-mode-linux
diff options
context:
space:
mode:
authordancer <dancer>2003-11-05 22:21:27 +0000
committerdancer <dancer>2003-11-05 22:21:27 +0000
commitde11a9276106cac8f099c85ebea8781ce2fff17a (patch)
treee6597c77802c9ec086c898362df4945e94e5e408 /pdebuild-user-mode-linux
parent19f7d3b580686ea26d418cf8afbaf97693d47a0f (diff)
downloadpbuilder-de11a9276106cac8f099c85ebea8781ce2fff17a.tar
pbuilder-de11a9276106cac8f099c85ebea8781ce2fff17a.tar.gz
+ * pdebuild-user-mode-linux.1: update documentation.
+ + * pdebuild.1: typographical fix. + + * pdebuild-user-mode-linux (ARCHITECTURE): update to support --configfile option.
Diffstat (limited to 'pdebuild-user-mode-linux')
-rw-r--r--pdebuild-user-mode-linux2
1 files changed, 1 insertions, 1 deletions
diff --git a/pdebuild-user-mode-linux b/pdebuild-user-mode-linux
index 72079ea..46fcd4a 100644
--- a/pdebuild-user-mode-linux
+++ b/pdebuild-user-mode-linux
@@ -33,7 +33,7 @@ PKG_VERSION=$(dpkg-parsechangelog|sed -n 's/^Version: \(.*:\|\)//p')
ARCHITECTURE=$(dpkg-architecture -qDEB_HOST_ARCH)
dpkg-buildpackage -S -us -uc -r${BUILDSOURCEROOTCMD} || true
-pbuilder-user-mode-linux build "$@" --buildresult "${BUILDRESULT}" ../"${PKG_SOURCENAME}_${PKG_VERSION}".dsc
+pbuilder-user-mode-linux build "$@" ${EXTRA_CONFIGFILE[@]/#/--configfile } --buildresult "${BUILDRESULT}" ../"${PKG_SOURCENAME}_${PKG_VERSION}".dsc
if [ "${AUTO_DEBSIGN}" = "yes" ]; then
debsign "${BUILDRESULT}/${PKG_SOURCENAME}_${PKG_VERSION}_${ARCHITECTURE}.changes"
fi