diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2011-05-10 18:21:36 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2011-05-10 18:21:36 +0000 |
commit | b9d8008acfd68bd7ac50900c7e3854f5737ebabd (patch) | |
tree | 6f443320b1915ea3f8423b7a9b7ee05289586bde /sys-apps/microcode-data/microcode-data-20110428.ebuild | |
parent | Bug #363593 - Version bump (diff) | |
download | gentoo-2-b9d8008acfd68bd7ac50900c7e3854f5737ebabd.tar.gz gentoo-2-b9d8008acfd68bd7ac50900c7e3854f5737ebabd.tar.bz2 gentoo-2-b9d8008acfd68bd7ac50900c7e3854f5737ebabd.zip |
Fix mistake (save before committing).
(Portage version: 2.2.0_alpha32/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/microcode-data/microcode-data-20110428.ebuild')
-rw-r--r-- | sys-apps/microcode-data/microcode-data-20110428.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/microcode-data/microcode-data-20110428.ebuild b/sys-apps/microcode-data/microcode-data-20110428.ebuild index ffe0d69e082f..b22135b9c55b 100644 --- a/sys-apps/microcode-data/microcode-data-20110428.ebuild +++ b/sys-apps/microcode-data/microcode-data-20110428.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-data/microcode-data-20110428.ebuild,v 1.1 2011/05/10 17:18:00 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-data/microcode-data-20110428.ebuild,v 1.2 2011/05/10 18:21:36 flameeyes Exp $ NUM="20050" DESCRIPTION="Intel IA32 microcode update data" @@ -18,7 +18,7 @@ S=${WORKDIR} src_install() { insinto /lib/firmware - newins microcode-${PV}.dat microcode.dat || die + doins microcode.dat || die } pkg_postinst() { |