summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPreston A. Elder <prez@gentoo.org>2003-04-19 23:24:40 +0000
committerPreston A. Elder <prez@gentoo.org>2003-04-19 23:24:40 +0000
commitc7a5aa7abc193f21d3f2138dd5e10977f558191e (patch)
treea467d120196f6f3667c471dbca14939b8fa2057c /net-mail
parentVersion bump + made it depend on virtual/virus (diff)
downloadgentoo-2-c7a5aa7abc193f21d3f2138dd5e10977f558191e.tar.gz
gentoo-2-c7a5aa7abc193f21d3f2138dd5e10977f558191e.tar.bz2
gentoo-2-c7a5aa7abc193f21d3f2138dd5e10977f558191e.zip
Fixed path
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/qmail-scanner/qmail-scanner-1.16-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/qmail-scanner/qmail-scanner-1.16-r1.ebuild b/net-mail/qmail-scanner/qmail-scanner-1.16-r1.ebuild
index 1a941cfa71a3..46474cbea32f 100644
--- a/net-mail/qmail-scanner/qmail-scanner-1.16-r1.ebuild
+++ b/net-mail/qmail-scanner/qmail-scanner-1.16-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-mail/qmail-scanner/qmail-scanner-1.16-r1.ebuild,v 1.1 2003/04/19 23:18:35 prez Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail-scanner/qmail-scanner-1.16-r1.ebuild,v 1.2 2003/04/19 23:24:40 prez Exp $
S=${WORKDIR}/${P}
@@ -22,7 +22,7 @@ LICENSE="GPL-2"
KEYWORDS="~x86 ~sparc"
src_compile () {
- yes | PATH=${PATH}:/opt/f-prot ./configure \
+ yes | PATH=${PATH}:/opt/f-prot:/opt/vlnx ./configure \
--domain localhost \
|| die "./configure failed!"
}