diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-04-27 14:02:50 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-04-27 14:02:50 +0000 |
commit | 5338de4dc6c02901efd4dfd126ff3114da6a904a (patch) | |
tree | 1d1bf3b74206de6bf203570e92c45309088d9833 /net-analyzer | |
parent | forgot to digest last time (diff) | |
download | historical-5338de4dc6c02901efd4dfd126ff3114da6a904a.tar.gz historical-5338de4dc6c02901efd4dfd126ff3114da6a904a.tar.bz2 historical-5338de4dc6c02901efd4dfd126ff3114da6a904a.zip |
resolved sandbox violation
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/ntop/ntop-2.0-r1.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/net-analyzer/ntop/ntop-2.0-r1.ebuild b/net-analyzer/ntop/ntop-2.0-r1.ebuild index 0cd1f6b1a050..637afba0350b 100644 --- a/net-analyzer/ntop/ntop-2.0-r1.ebuild +++ b/net-analyzer/ntop/ntop-2.0-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org>, Bruce A. Locke <blocke@shivan.org> -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-2.0-r1.ebuild,v 1.2 2002/04/27 12:53:03 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-2.0-r1.ebuild,v 1.3 2002/04/27 14:02:50 seemant Exp $ S=${WORKDIR}/${PN} DESCRIPTION="ntop is a unix tool that shows network usage like top" @@ -71,8 +71,11 @@ src_install () { make \ prefix=${D}/usr \ - sysconfdir=/${D}/usr/share \ + sysconfdir=/${D}/etc \ mandir=${D}/usr/share/man \ + datadir=${D}/usr/share \ + DATAFILE_DIR=${D}/usr/share/ntop \ + CONFIGFILE_DIR=${D}/etc/ntop \ install || die # fixme: bad handling of plugins (in /usr/lib with unsuggestive names) |