From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] build: ruby: Install executables in /bin. Date: Sat, 28 Feb 2015 20:44:01 +0100 Message-ID: <87ioelizy6.fsf@gnu.org> References: <87ioen89ch.fsf@fsf.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39877) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YRnJ3-00081l-Q4 for guix-devel@gnu.org; Sat, 28 Feb 2015 14:44:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YRnIy-0002Ac-Ly for guix-devel@gnu.org; Sat, 28 Feb 2015 14:44:09 -0500 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:45222) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YRnIy-0002AY-If for guix-devel@gnu.org; Sat, 28 Feb 2015 14:44:04 -0500 In-Reply-To: <87ioen89ch.fsf@fsf.org> (David Thompson's message of "Fri, 27 Feb 2015 14:04:14 -0500") 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: David Thompson Cc: guix-devel@gnu.org David Thompson skribis: > From af6a7e03fc6debea314b88d616d035acc1b6ed50 Mon Sep 17 00:00:00 2001 > From: David Thompson > Date: Fri, 27 Feb 2015 12:03:20 -0500 > Subject: [PATCH] build: ruby: Install executables in /bin. > > * guix/build/ruby-build-system.scm (install): Add '--bindir' flag to gem > command. Sounds good. Do you know what the rationale is for bindir to default to lib/ruby/gems/X.Y? Parallel-installability? That makes the search path specification for $PATH useless, right? Thanks, Ludo=E2=80=99.