mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
committed by
Michał Górny
parent
0d840dee5f
commit
bdef5c3dfa
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user