diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2008-06-27 17:33:22 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2008-06-27 17:33:22 +0000 |
commit | 5a910395066da1681b73071f8cb9ac1ef09162f8 (patch) | |
tree | 8befb7d17c9b07c136edc0c1c1ec6a66e56884da /net-analyzer/snips | |
parent | Added gcc-4.3 compatibility patch (fixes #229693). (diff) | |
download | gentoo-2-5a910395066da1681b73071f8cb9ac1ef09162f8.tar.gz gentoo-2-5a910395066da1681b73071f8cb9ac1ef09162f8.tar.bz2 gentoo-2-5a910395066da1681b73071f8cb9ac1ef09162f8.zip |
So much for helpful comments.
(Portage version: 2.2_rc1/cvs/Linux 2.6.26-rc7-00051-g62786b9-dirty x86_64)
Diffstat (limited to 'net-analyzer/snips')
-rw-r--r-- | net-analyzer/snips/snips-1.2.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net-analyzer/snips/snips-1.2.ebuild b/net-analyzer/snips/snips-1.2.ebuild index d827b0bd6aa1..18899dd3e7f5 100644 --- a/net-analyzer/snips/snips-1.2.ebuild +++ b/net-analyzer/snips/snips-1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snips/snips-1.2.ebuild,v 1.1 2008/06/27 15:25:00 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snips/snips-1.2.ebuild,v 1.2 2008/06/27 17:33:22 chainsaw Exp $ inherit eutils toolchain-funcs @@ -45,9 +45,7 @@ src_install() { mkdir "${D}/usr" emake \ - # The perl-module Makefile will obey this DESTDIR="${D}" \ - # Unfortunately the rest does its own thing ROOTDIR="${D}/usr/snips" \ DATADIR="${D}/usr/snips/data" \ ETCDIR="${D}/usr/snips/etc" \ |