From: Conrad Kostecki Date: Wed, 12 Jun 2019 10:41:43 +0000 (+0200) Subject: sys-block/arcconf: fix x86 install X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=bdef5c3dfa079a45159b19da5b2de68558106ea6;p=gentoo.git sys-block/arcconf: fix x86 install 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 --- 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 }