From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:57041) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hNRDi-0007Rk-UI for guix-patches@gnu.org; Sun, 05 May 2019 20:11:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hNRDi-0005Am-4v for guix-patches@gnu.org; Sun, 05 May 2019 20:11:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:41694) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hNRDh-0005AW-Vq for guix-patches@gnu.org; Sun, 05 May 2019 20:11:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hNRDh-0004pX-Nj for guix-patches@gnu.org; Sun, 05 May 2019 20:11:01 -0400 Subject: [bug#35263] [PATCH] build: go-build-system: Ensure uniform unpacking directory. Resent-Message-ID: From: Maxim Cournoyer References: <87tvf1nshy.fsf@gmail.com> Date: Sun, 05 May 2019 20:10:32 -0400 In-Reply-To: <87tvf1nshy.fsf@gmail.com> (Maxim Cournoyer's message of "Sun, 14 Apr 2019 00:03:05 -0400") Message-ID: <87lfzkjvd3.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 35263@debbugs.gnu.org Maxim Cournoyer writes: > This fixes a problem in the go-build-system's unpack phase. I went ahead and pushed this with commit f42e4ebb56fe4f16991ca6c6e060c8f3535865cb. Maxim