diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-05 22:01:57 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-05 22:01:57 +0000 |
commit | d57e8cd5234564c17748dd8cc2009b254afb8b5c (patch) | |
tree | 90b32b34467e23ea2c4af62a42850439767cf524 /net-misc/stunnel/stunnel-4.04-r1.ebuild | |
parent | LICENSE fix (diff) | |
download | historical-d57e8cd5234564c17748dd8cc2009b254afb8b5c.tar.gz historical-d57e8cd5234564c17748dd8cc2009b254afb8b5c.tar.bz2 historical-d57e8cd5234564c17748dd8cc2009b254afb8b5c.zip |
whitespace cleanup
Diffstat (limited to 'net-misc/stunnel/stunnel-4.04-r1.ebuild')
-rw-r--r-- | net-misc/stunnel/stunnel-4.04-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/stunnel/stunnel-4.04-r1.ebuild b/net-misc/stunnel/stunnel-4.04-r1.ebuild index caddf6bcc05d..d44387103e11 100644 --- a/net-misc/stunnel/stunnel-4.04-r1.ebuild +++ b/net-misc/stunnel/stunnel-4.04-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-misc/stunnel/stunnel-4.04-r1.ebuild,v 1.3 2003/07/22 12:50:17 joker Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-4.04-r1.ebuild,v 1.4 2003/09/05 22:01:49 msterret Exp $ inherit eutils @@ -47,7 +47,7 @@ src_install() { use static || dosym /usr/lib/libstunnel.so.${PV} /usr/lib/libstunnel.so insinto /etc/stunnel - doins ${FILESDIR}/stunnel.conf + doins ${FILESDIR}/stunnel.conf dosed "s:/usr/etc/stunnel:/etc/stunnel:" /etc/stunnel/stunnel.conf |