diff options
author | Donny Davies <woodchip@gentoo.org> | 2001-09-09 06:08:14 +0000 |
---|---|---|
committer | Donny Davies <woodchip@gentoo.org> | 2001-09-09 06:08:14 +0000 |
commit | 88300fe2a916750606186e181eb9297ff2e868fa (patch) | |
tree | c6de95b5f28510f0a7b9331a670f166c4e84fbf0 /net-ftp/proftpd | |
parent | Moving back to -r5 of gcc (with integrated texinfo) to solve a very real (diff) | |
download | gentoo-2-88300fe2a916750606186e181eb9297ff2e868fa.tar.gz gentoo-2-88300fe2a916750606186e181eb9297ff2e868fa.tar.bz2 gentoo-2-88300fe2a916750606186e181eb9297ff2e868fa.zip |
small typo
Diffstat (limited to 'net-ftp/proftpd')
-rw-r--r-- | net-ftp/proftpd/proftpd-1.2.2-r6.ebuild | 3 | ||||
-rw-r--r-- | net-ftp/proftpd/proftpd-1.2.2.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/net-ftp/proftpd/proftpd-1.2.2-r6.ebuild b/net-ftp/proftpd/proftpd-1.2.2-r6.ebuild index c8af12cf3a57..a3322575898d 100644 --- a/net-ftp/proftpd/proftpd-1.2.2-r6.ebuild +++ b/net-ftp/proftpd/proftpd-1.2.2-r6.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Donny Davies <woodchip@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.2.2-r6.ebuild,v 1.1 2001/09/08 18:35:01 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.2.2-r6.ebuild,v 1.2 2001/09/09 06:08:14 woodchip Exp $ S=${WORKDIR}/${P} DESCRIPTION="An advanced and very configurable FTP server" @@ -48,6 +48,7 @@ src_install() { docinto html ; dodoc *.html docinto rfc ; dodoc rfc/*.txt + cd ${S} dodir /home/ftp dobin contrib/genuser.pl diff --git a/net-ftp/proftpd/proftpd-1.2.2.ebuild b/net-ftp/proftpd/proftpd-1.2.2.ebuild index ad3b14f2600b..3d6309875701 100644 --- a/net-ftp/proftpd/proftpd-1.2.2.ebuild +++ b/net-ftp/proftpd/proftpd-1.2.2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Donny Davies <woodchip@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.2.2.ebuild,v 1.1 2001/09/08 18:35:01 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.2.2.ebuild,v 1.2 2001/09/09 06:08:14 woodchip Exp $ S=${WORKDIR}/${P} DESCRIPTION="An advanced and very configurable FTP server" @@ -48,6 +48,7 @@ src_install() { docinto html ; dodoc *.html docinto rfc ; dodoc rfc/*.txt + cd ${S} dodir /home/ftp dobin contrib/genuser.pl |