summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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
}