diff options
author | 2008-09-17 09:58:26 +0000 | |
---|---|---|
committer | 2008-09-17 09:58:26 +0000 | |
commit | 3105a8f3d6fcbc528c9ce390110b9a8d8e56a1af (patch) | |
tree | 11bcb2697f0efa79769c64093c712157bfef820e /sys-apps/microcode-data | |
parent | Version bump by Philipp Psurek #237884. (diff) | |
download | gentoo-2-3105a8f3d6fcbc528c9ce390110b9a8d8e56a1af.tar.gz gentoo-2-3105a8f3d6fcbc528c9ce390110b9a8d8e56a1af.tar.bz2 gentoo-2-3105a8f3d6fcbc528c9ce390110b9a8d8e56a1af.zip |
use $S actually like normal
(Portage version: 2.2_rc8/cvs/Linux 2.6.26.2 x86_64)
Diffstat (limited to 'sys-apps/microcode-data')
-rw-r--r-- | sys-apps/microcode-data/microcode-data-20080910.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys-apps/microcode-data/microcode-data-20080910.ebuild b/sys-apps/microcode-data/microcode-data-20080910.ebuild index c40e0e383781..51567c11629f 100644 --- a/sys-apps/microcode-data/microcode-data-20080910.ebuild +++ b/sys-apps/microcode-data/microcode-data-20080910.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-data/microcode-data-20080910.ebuild,v 1.1 2008/09/17 09:55:43 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-data/microcode-data-20080910.ebuild,v 1.2 2008/09/17 09:58:26 vapier Exp $ DESCRIPTION="Intel IA32 microcode update data" HOMEPAGE="http://urbanmyth.org/microcode/" @@ -11,9 +11,11 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" +S=${WORKDIR} + src_install() { insinto /etc - newins "${WORKDIR}"/microcode-${PV}.dat microcode.dat || die + newins microcode-${PV}.dat microcode.dat || die } pkg_postinst() { |