aboutsummaryrefslogtreecommitdiff
path: root/pdebuild-user-mode-linux
diff options
context:
space:
mode:
authorLoïc Minier <lool@dooz.org>2009-12-12 16:06:08 +0100
committerLoïc Minier <lool@dooz.org>2009-12-12 16:06:08 +0100
commit4639b8e84cf47899655bbe9f04279493ed99ee01 (patch)
tree33172b1b9399c6b3ae1b67c14d2b67a070eaa423 /pdebuild-user-mode-linux
parent070f8c798b9b2d98ef98a8407b8812ce9ab745ad (diff)
downloadpbuilder-4639b8e84cf47899655bbe9f04279493ed99ee01.tar
pbuilder-4639b8e84cf47899655bbe9f04279493ed99ee01.tar.gz
Make --debbuildopts additive
Change --debbuildopts to be additive and reset the list of options to the empty list if --debbuildopts "" is passed. Update docs and add NEWS entry.
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 3e441df..c87aff0 100644
--- a/pdebuild-user-mode-linux
+++ b/pdebuild-user-mode-linux
@@ -41,7 +41,7 @@ if [ "${USE_PDEBUILD_INTERNAL}" = 'yes' ]; then
echo "E: Cannot find .. dir from PWD=$(pwd)" >&2
exit 1
fi
- pbuilder-user-mode-linux execute "$@" --bindmounts $(readlink -f ..) /usr/lib/pbuilder/pdebuild-internal ${PWD} --debbuildopts "${DEBBUILDOPTS}"
+ pbuilder-user-mode-linux execute "$@" --bindmounts $(readlink -f ..) /usr/lib/pbuilder/pdebuild-internal ${PWD} --debbuildopts "" --debbuildopts "${DEBBUILDOPTS}"
else
if ! dpkg-checkbuilddeps -B; then
echo "W: Unmet build-dependency in source" >&2