From 5514d0649bb6af21988cabd5e8fbaa3a73331fda Mon Sep 17 00:00:00 2001 From: "kali kaneko (leap communications)" Date: Wed, 13 Oct 2021 12:08:28 +0200 Subject: [pkg] workaround for MAKEFLAGS=w in dh --- gui/build.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/gui/build.sh b/gui/build.sh index 282a206..69474bd 100755 --- a/gui/build.sh +++ b/gui/build.sh @@ -32,6 +32,13 @@ then TARGET=riseup-vpn fi +# XXX for some reason, MAKEFLAGS is set to "w" +# by debhelper +if [ "$MAKEFLAGS" == "w" ] +then + MAKEFLAGS= +fi + if [ "$XBUILD" == "$WIN64" ] then # TODO allow to override vars -- cgit v1.2.3