From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: Re: $out/lib/libexec? Date: Tue, 26 Nov 2019 11:32:08 +0100 Message-ID: <87imn77wt3.fsf@gnu.org> References: <9e4cbb94-07f4-0fcd-a093-6071e3c94709@crazy-compilers.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:59824) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iZY8h-0001GR-8r for guix-devel@gnu.org; Tue, 26 Nov 2019 05:32:19 -0500 In-Reply-To: <9e4cbb94-07f4-0fcd-a093-6071e3c94709@crazy-compilers.com> (Hartmut Goebel's message of "Mon, 25 Nov 2019 20:21:24 +0100") 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: Hartmut Goebel Cc: Guix-devel Hi, Hartmut Goebel skribis: > I just discovered that some packages store programs in $out/lib/libexec > instead of $out/libexec. In my store, only KDE packages are effected. > > Is it worth investigating? Or shall we just leave as it i? IMO it would be nicer to have them install things to $out/libexec. Ludo=E2=80=99.