From bdef5c3dfa079a45159b19da5b2de68558106ea6 Mon Sep 17 00:00:00 2001 From: Conrad Kostecki Date: Wed, 12 Jun 2019 12:41:43 +0200 Subject: [PATCH] sys-block/arcconf: fix x86 install MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/687388 Package-Manager: Portage-2.3.67, Repoman-2.3.13 Signed-off-by: Conrad Kostecki Closes: https://github.com/gentoo/gentoo/pull/12243 Signed-off-by: Michał Górny --- sys-block/arcconf/arcconf-2.01.22270-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-block/arcconf/arcconf-2.01.22270-r1.ebuild b/sys-block/arcconf/arcconf-2.01.22270-r1.ebuild index a7ce727384d7..6caa0575eeb0 100644 --- a/sys-block/arcconf/arcconf-2.01.22270-r1.ebuild +++ b/sys-block/arcconf/arcconf-2.01.22270-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -38,5 +38,5 @@ pkg_setup() { } src_install() { - dobin linux$(usex amd64 '_x64')/cmdline/arcconf + dobin linux$(usex amd64 '_x64' '')/cmdline/arcconf } -- 2.26.2