From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH] gnu: gprolog: Don't install files into "$out/gprolog-1.4.4". Date: Fri, 27 May 2016 13:45:06 -0400 Message-ID: <20160527174506.GC1166@jasmine> References: <1464270418-19773-1-git-send-email-iyzsong@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35725) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b6Lp3-0007sR-0Y for guix-devel@gnu.org; Fri, 27 May 2016 13:45:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b6Lox-0006Cs-3G for guix-devel@gnu.org; Fri, 27 May 2016 13:45:20 -0400 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:55840) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b6Lov-00066p-Sj for guix-devel@gnu.org; Fri, 27 May 2016 13:45:15 -0400 Content-Disposition: inline In-Reply-To: <1464270418-19773-1-git-send-email-iyzsong@gmail.com> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: =?utf-8?B?5a6L5paH5q2m?= Cc: guix-devel@gnu.org On Thu, May 26, 2016 at 09:46:58PM +0800, 宋文武 wrote: > * gnu/packages/gprolog.scm (gprolog)[arguments]: Pass '--with-install-dir' > to #:configure-flags. It seems like the right thing to do.