summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/pdebuild-user-mode-linux2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/pdebuild-user-mode-linux b/bin/pdebuild-user-mode-linux
index ea4c0e9..6e8f468 100755
--- a/bin/pdebuild-user-mode-linux
+++ b/bin/pdebuild-user-mode-linux
@@ -45,7 +45,7 @@ else
if ! dpkg-checkbuilddeps -B; then
echo "W: Unmet build-dependency in source" >&2
fi
- CMD="dpkg-buildpackage -S -us -uc -r${BUILDSOURCEROOTCMD} $DEBBUILDOPTS"
+ CMD="dpkg-buildpackage -S -us -uc -r${BUILDSOURCEROOTCMD} $DEBSRCBUILDOPTS"
echo "I: Running $CMD" >&2
echo "$CMD" | /bin/bash
pbuilder-user-mode-linux build "$@" --buildresult "${UML_BUILDRESULT}" ../"${PKG_SOURCENAME}_${PKG_VERSION}".dsc