diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-12-02 06:47:35 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-12-02 06:47:35 +0000 |
commit | 23b221da85687b0cad43b50b5cc37a2b7932e50c (patch) | |
tree | 162f24c5532f2f4b6646f2d5f67ef5d9d5a2896d /sys-apps | |
parent | Now install oui.txt as well (due to udev/bluez requirements). (diff) | |
download | gentoo-2-23b221da85687b0cad43b50b5cc37a2b7932e50c.tar.gz gentoo-2-23b221da85687b0cad43b50b5cc37a2b7932e50c.tar.bz2 gentoo-2-23b221da85687b0cad43b50b5cc37a2b7932e50c.zip |
Fix typo
(Portage version: 2.2.0_alpha144/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/hwids/hwids-20121202.2.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/hwids/hwids-99999999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-apps/hwids/hwids-20121202.2.ebuild b/sys-apps/hwids/hwids-20121202.2.ebuild index 6824be979aa9..e87fa4f52133 100644 --- a/sys-apps/hwids/hwids-20121202.2.ebuild +++ b/sys-apps/hwids/hwids-20121202.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/hwids-20121202.2.ebuild,v 1.1 2012/12/02 06:42:35 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/hwids-20121202.2.ebuild,v 1.2 2012/12/02 06:47:35 ssuominen Exp $ EAPI="4" @@ -28,7 +28,7 @@ src_compile() { src_install() { insinto /usr/share/misc - doins {usb,pci}.ids{,.gz} oid.txt + doins {usb,pci}.ids{,.gz} oui.txt dodoc README.md } diff --git a/sys-apps/hwids/hwids-99999999.ebuild b/sys-apps/hwids/hwids-99999999.ebuild index 6ef92b93cd0b..7a597ad81286 100644 --- a/sys-apps/hwids/hwids-99999999.ebuild +++ b/sys-apps/hwids/hwids-99999999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/hwids-99999999.ebuild,v 1.3 2012/12/02 06:42:35 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/hwids-99999999.ebuild,v 1.4 2012/12/02 06:47:35 ssuominen Exp $ EAPI="4" @@ -29,5 +29,5 @@ src_compile() { src_install() { insinto /usr/share/misc - doins {usb,pci}.ids{,.gz} oid.txt + doins {usb,pci}.ids{,.gz} oui.txt } |