From 08e150175f3d1296d191b2671527e43b4d87c86c Mon Sep 17 00:00:00 2001 From: Tim Crawford Date: Sep 18 2018 12:42:55 +0000 Subject: Fix unsetting __build_args for debbuild --- diff --git a/dist/dattobd.spec b/dist/dattobd.spec index 169ef4b..b067fe8 100644 --- a/dist/dattobd.spec +++ b/dist/dattobd.spec @@ -34,7 +34,7 @@ # and we need it to be /bin/bash, so we set it here. %if %{_vendor} == "debbuild" %global _buildshell /bin/bash -%global ___build_args %{?nil} +%global ___build_args %{nil} %endif # Set up the correct DKMS module name, per Debian convention for Debian/Ubuntu,