diff options
author | Conrad Kostecki <conrad@kostecki.com> | 2019-06-12 12:41:43 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-06-18 11:35:08 +0200 |
commit | bdef5c3dfa079a45159b19da5b2de68558106ea6 (patch) | |
tree | d37e92c053898bff1beb08dafbd627cecacb142f /sys-block/arcconf | |
parent | dev-util/byacc: Removed old. (diff) | |
download | gentoo-bdef5c3dfa079a45159b19da5b2de68558106ea6.tar.gz gentoo-bdef5c3dfa079a45159b19da5b2de68558106ea6.tar.bz2 gentoo-bdef5c3dfa079a45159b19da5b2de68558106ea6.zip |
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>
Diffstat (limited to 'sys-block/arcconf')
-rw-r--r-- | sys-block/arcconf/arcconf-2.01.22270-r1.ebuild | 4 |
1 files 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 } |