diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 03:29:26 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 03:29:26 +0000 |
commit | e4ab659aa73c96c5b72831ad45f8ea60f80e4c41 (patch) | |
tree | 244b448f60445b5f2765a541af8d780ea9d51784 /net-misc/scponly/scponly-3.8.ebuild | |
parent | sync IUSE (missing) (diff) | |
download | historical-e4ab659aa73c96c5b72831ad45f8ea60f80e4c41.tar.gz historical-e4ab659aa73c96c5b72831ad45f8ea60f80e4c41.tar.bz2 historical-e4ab659aa73c96c5b72831ad45f8ea60f80e4c41.zip |
don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'net-misc/scponly/scponly-3.8.ebuild')
-rw-r--r-- | net-misc/scponly/scponly-3.8.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net-misc/scponly/scponly-3.8.ebuild b/net-misc/scponly/scponly-3.8.ebuild index 90184c5b28d5..35af4455a6a5 100644 --- a/net-misc/scponly/scponly-3.8.ebuild +++ b/net-misc/scponly/scponly-3.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/scponly/scponly-3.8.ebuild,v 1.7 2004/07/01 21:50:46 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/scponly/scponly-3.8.ebuild,v 1.8 2004/07/15 03:29:26 agriffis Exp $ DESCRIPTION="A tiny psuedoshell which only permits scp and sftp" SRC_URI="http://www.sublimation.org/scponly/${P}.tgz" @@ -13,8 +13,6 @@ IUSE="" DEPEND="virtual/libc net-misc/openssh" -S=${WORKDIR}/${P} - src_compile() { PATH="${PATH}:/usr/lib/misc" ./configure \ |