From 4832de9217165d0a8b474ead53438ddf12f7b9a9 Mon Sep 17 00:00:00 2001 From: Andrew Bauer Date: Wed, 21 Feb 2018 10:19:35 -0600 Subject: [PATCH] fix typo --- utils/packpack/startpackpack.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/packpack/startpackpack.sh b/utils/packpack/startpackpack.sh index a2c7f4314..7a7dc7d2f 100755 --- a/utils/packpack/startpackpack.sh +++ b/utils/packpack/startpackpack.sh @@ -231,7 +231,7 @@ execpackpack () { parms="-f utils/packpack/redhat_package.mk redhat_package" else parms="" - export SMPFLAGS="-j4 --lintian --no-lintian" + export SMPFLAGS="-j4 --lintian-opts --no-lintian" fi if [ "${TRAVIS}" == "true" ]; then