diff options
author | Ben Lutgens <blutgens@gentoo.org> | 2001-07-24 04:45:06 +0000 |
---|---|---|
committer | Ben Lutgens <blutgens@gentoo.org> | 2001-07-24 04:45:06 +0000 |
commit | 35350d6b4a8d7bea0ed30427607bd2e247034a33 (patch) | |
tree | 3d9f391fe9ae03d9fa0e317169ea6f027ba36971 /net-ftp/lukemftp | |
parent | added a wrapper and an initscript as well as a pkg_config() that finalized (diff) | |
download | historical-35350d6b4a8d7bea0ed30427607bd2e247034a33.tar.gz historical-35350d6b4a8d7bea0ed30427607bd2e247034a33.tar.bz2 historical-35350d6b4a8d7bea0ed30427607bd2e247034a33.zip |
booboo
Diffstat (limited to 'net-ftp/lukemftp')
-rw-r--r-- | net-ftp/lukemftp/lukemftp-1.5-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-ftp/lukemftp/lukemftp-1.5-r1.ebuild b/net-ftp/lukemftp/lukemftp-1.5-r1.ebuild index 1393400cd900..e5716df3e675 100644 --- a/net-ftp/lukemftp/lukemftp-1.5-r1.ebuild +++ b/net-ftp/lukemftp/lukemftp-1.5-r1.ebuild @@ -14,7 +14,7 @@ DEPEND="virtual/glibc src_compile() { - try ./configure --host=$${CHOST} --prefix=/usr \ + try ./configure --host=${CHOST} --prefix=/usr \ --enable-editcomplete --program-prefix=lukemftp try make |