summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-08-26 03:51:39 +0000
committerMike Frysinger <vapier@gentoo.org>2003-08-26 03:51:39 +0000
commite7a62b57d2294230747a1a553c71b616a255b34e (patch)
treefc2b2e1081f6ce181c999b0a83037185d0103417 /net-analyzer
parentadd virtual/x11 to DEPEND #27169 (diff)
downloadhistorical-e7a62b57d2294230747a1a553c71b616a255b34e.tar.gz
historical-e7a62b57d2294230747a1a553c71b616a255b34e.tar.bz2
historical-e7a62b57d2294230747a1a553c71b616a255b34e.zip
install fix #27261
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/packit/packit-0.6.0c-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/packit/packit-0.6.0c-r1.ebuild b/net-analyzer/packit/packit-0.6.0c-r1.ebuild
index 035d2d07aeab..33935ea2f0e9 100644
--- a/net-analyzer/packit/packit-0.6.0c-r1.ebuild
+++ b/net-analyzer/packit/packit-0.6.0c-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/packit/packit-0.6.0c-r1.ebuild,v 1.1 2003/08/21 04:41:10 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/packit/packit-0.6.0c-r1.ebuild,v 1.2 2003/08/26 03:51:39 vapier Exp $
inherit eutils
@@ -20,6 +20,6 @@ src_compile() {
}
src_install() {
- #einstall || die
+ make install DESTDIR=${D} || die
dodoc INSTALL LICENSE VERSION docs/*
}