summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/hwids/hwids-20120625.ebuild')
-rw-r--r--sys-apps/hwids/hwids-20120625.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-apps/hwids/hwids-20120625.ebuild b/sys-apps/hwids/hwids-20120625.ebuild
index 72a1a0c328b1..9bf8d937bd00 100644
--- a/sys-apps/hwids/hwids-20120625.ebuild
+++ b/sys-apps/hwids/hwids-20120625.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-20120625.ebuild,v 1.1 2012/06/30 09:37:26 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/hwids-20120625.ebuild,v 1.2 2012/06/30 15:16:10 flameeyes Exp $
EAPI="4"
@@ -20,7 +20,7 @@ RDEPEND="!<sys-apps/pciutils-3.1.9-r2
S="${WORKDIR}"
src_compile() {
- cd "${S}"/Flameeyes-hwids-*
+ cd "${S}"/gentoo-hwids-*
for file in {usb,pci}.ids; do
gzip -c ${file} > ${file}.gz || die
@@ -28,7 +28,7 @@ src_compile() {
}
src_install() {
- cd "${S}"/Flameeyes-hwids-*
+ cd "${S}"/gentoo-hwids-*
insinto /usr/share/misc
doins {usb,pci}.ids{,.gz}