diff options
author | Guilherme Amadio <amadio@gentoo.org> | 2021-04-20 15:34:56 +0200 |
---|---|---|
committer | Guilherme Amadio <amadio@gentoo.org> | 2021-04-21 16:12:03 +0200 |
commit | efbc8672702ee23a6d4f7f40da596cbcfe9144f5 (patch) | |
tree | 49f2d8872268f7b68b9814913d7ef710633d3ae7 /sys-apps/lshw | |
parent | www-client/opera-developer: remove old (diff) | |
download | gentoo-efbc8672702ee23a6d4f7f40da596cbcfe9144f5.tar.gz gentoo-efbc8672702ee23a6d4f7f40da596cbcfe9144f5.tar.bz2 gentoo-efbc8672702ee23a6d4f7f40da596cbcfe9144f5.zip |
sys-apps/lshw: fix installation on prefix
The call to default src_install caused installation to happen twice,
once into /usr, then another time into ${EPREFIX}/usr in the next line.
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
Diffstat (limited to 'sys-apps/lshw')
-rw-r--r-- | sys-apps/lshw/lshw-02.19.2b.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys-apps/lshw/lshw-02.19.2b.ebuild b/sys-apps/lshw/lshw-02.19.2b.ebuild index 471abbf1b243..9ddf5f85eb28 100644 --- a/sys-apps/lshw/lshw-02.19.2b.ebuild +++ b/sys-apps/lshw/lshw-02.19.2b.ebuild @@ -70,7 +70,6 @@ src_compile() { } src_install() { - default emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install $(usex gtk 'install-gui' '') if use gtk ; then newicon -s scalable src/gui/artwork/logo.svg gtk-lshw.svg |