From 96470772a17f233ba422b908549c4b1e50fe79eb Mon Sep 17 00:00:00 2001 From: denghu <907246009@qq.com> Date: Mon, 9 Mar 2020 05:57:01 +0000 Subject: [PATCH] Update the "DEBBUILDOPTS" option to support reading parameters from environment variables --- pbuilderrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbuilderrc b/pbuilderrc index d0513c55..95f515f8 100644 --- a/pbuilderrc +++ b/pbuilderrc @@ -102,7 +102,7 @@ DEBDELTA=no #Command-line option passed on to dpkg-buildpackage. #DEBBUILDOPTS="-IXXX -iXXX" -DEBBUILDOPTS="" +DEBBUILDOPTS="${DEBBUILDOPTS}" #APT configuration files directory APTCONFDIR="" -- GitLab