summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Loeser <halcy0n@gentoo.org>2009-10-11 23:40:59 +0000
committerMark Loeser <halcy0n@gentoo.org>2009-10-11 23:40:59 +0000
commitd7c0fc74b1005f58e6270fabfd1762dd06676d08 (patch)
treebcd8b016bdaaaee6f86a1a0d4dfa9db81eac0716 /app-admin/pcihpview/pcihpview-0.5.ebuild
parentQA fixes; unquoted variables (diff)
downloadgentoo-2-d7c0fc74b1005f58e6270fabfd1762dd06676d08.tar.gz
gentoo-2-d7c0fc74b1005f58e6270fabfd1762dd06676d08.tar.bz2
gentoo-2-d7c0fc74b1005f58e6270fabfd1762dd06676d08.zip
QA fixes; unquoted variables
(Portage version: 2.2_rc45/cvs/Linux x86_64)
Diffstat (limited to 'app-admin/pcihpview/pcihpview-0.5.ebuild')
-rw-r--r--app-admin/pcihpview/pcihpview-0.5.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-admin/pcihpview/pcihpview-0.5.ebuild b/app-admin/pcihpview/pcihpview-0.5.ebuild
index 4399cf6c83ba..51590b22c839 100644
--- a/app-admin/pcihpview/pcihpview-0.5.ebuild
+++ b/app-admin/pcihpview/pcihpview-0.5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/pcihpview/pcihpview-0.5.ebuild,v 1.5 2005/01/01 11:17:37 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/pcihpview/pcihpview-0.5.ebuild,v 1.6 2009/10/11 23:40:59 halcy0n Exp $
DESCRIPTION="Display all PCI Hotplug devices in the system"
HOMEPAGE="http://www.kroah.com/linux/hotplug/"
@@ -19,6 +19,6 @@ src_compile() {
}
src_install() {
- make DESTDIR=${D} install || die
+ make DESTDIR="${D}" install || die
dodoc AUTHORS ChangeLog NEWS README TODO
}