diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-08-26 03:51:39 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-08-26 03:51:39 +0000 |
commit | e7a62b57d2294230747a1a553c71b616a255b34e (patch) | |
tree | fc2b2e1081f6ce181c999b0a83037185d0103417 /net-analyzer | |
parent | add virtual/x11 to DEPEND #27169 (diff) | |
download | historical-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.ebuild | 4 |
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/* } |