From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arun Isaac Subject: bug#27222: [PATCH] emacs-build-system install phase doesn't honor directory hierarchy Date: Tue, 06 Jun 2017 23:14:16 +0530 Message-ID: <9389f8ed.AEUAK_HOMFcAAAAAAAAAAAPHPfoAAAACwQwAAAAAAAW9WABZNuoB@mailjet.com> References: <87h8zwptdn.fsf@gmail.com> <874lvwp7km.fsf@gmail.com> <87wp8rq57k.fsf@gmail.com> <0efe58d4.AEUAK47aAUsAAAAAAAAAAAO2CsUAAAACwQwAAAAAAAW9WABZNF6l@mailjet.com> <87o9u2kxk7.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36497) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dIIXS-0007o3-N6 for bug-guix@gnu.org; Tue, 06 Jun 2017 13:45:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dIIXO-00018J-SQ for bug-guix@gnu.org; Tue, 06 Jun 2017 13:45:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:57153) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dIIXO-00017z-IF for bug-guix@gnu.org; Tue, 06 Jun 2017 13:45:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dIIXO-00085E-7p for bug-guix@gnu.org; Tue, 06 Jun 2017 13:45:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-reply-to: <87o9u2kxk7.fsf@gmail.com> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Alex Kost Cc: Maxim Cournoyer , 27222@debbugs.gnu.org Alex Kost writes: > Sure, I didn't mean I was ignored, I just wanted to say that I got the > same thought about those arguments as Maxim. No hard feelings! :-) debbugs can be a pain to read. I thought you missed that message from me. > As I said, I think this duplication can be avoided simply by removing > the values of 'include'/'exclude' arguments from 'install' procedures of > (guix build emacs-build-system) module. I tried something similar when I wrote the original patch, but I couldn't get it working. Probably something to do with all the quotes and build side/host side stuff. I didn't pursue it further when I noticed that even the gnu-build-system duplicates default arguments. =