[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] build: ruby: Install executables in /bin.
From: |
Ludovic Courtès |
Subject: |
Re: [PATCH] build: ruby: Install executables in /bin. |
Date: |
Sat, 28 Feb 2015 20:44:01 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) |
David Thompson <address@hidden> skribis:
> From af6a7e03fc6debea314b88d616d035acc1b6ed50 Mon Sep 17 00:00:00 2001
> From: David Thompson <address@hidden>
> 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’.