From 31d316c85450b7cb234810d81079838981706bb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20F=C3=B6rster?= Date: Sat, 28 Feb 2015 08:44:57 +0100 Subject: [PATCH] [sys-firmware/seabios] fix installation --- sys-firmware/seabios/seabios-1.8.0.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/sys-firmware/seabios/seabios-1.8.0.ebuild b/sys-firmware/seabios/seabios-1.8.0.ebuild index b2af867..8317d0d 100644 --- a/sys-firmware/seabios/seabios-1.8.0.ebuild +++ b/sys-firmware/seabios/seabios-1.8.0.ebuild @@ -1,12 +1,13 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 FCVERSION="1.fc22" +MY_P="${P}-${FCVERSION}" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd" -SRC_URI="http://people.znc.in/~dessa/gentoo/${P}-${FCVERSION}.tar.xz" +SRC_URI="http://people.znc.in/~dessa/gentoo/${MY_P}.tar.xz" DESCRIPTION="Open Source implementation of a 16-bit x86 BIOS" HOMEPAGE="http://www.seabios.org" @@ -18,7 +19,7 @@ IUSE="" DEPEND="" RDEPEND="!sys-firmware/vgabios" -S=${WORKDIR} +S=${WORKDIR}/${MY_P} src_install() { insinto /usr/share/seabios