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@kostecki.com>
Closes: https://github.com/gentoo/gentoo/pull/12243
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Conrad Kostecki
2019-06-12 12:41:43 +02:00
committed by Michał Górny
parent 0d840dee5f
commit bdef5c3dfa

View File

@@ -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
}