commit: bdef5c3dfa079a45159b19da5b2de68558106ea6 Author: Conrad Kostecki <conrad <AT> kostecki <DOT> com> AuthorDate: Wed Jun 12 10:41:43 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Jun 18 09:35:08 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdef5c3d
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 <conrad <AT> kostecki.com> Closes: https://github.com/gentoo/gentoo/pull/12243 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> 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 a7ce727384d..6caa0575eeb 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 }