summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/autossh/autossh-1.2c.ebuild')
-rw-r--r--net-misc/autossh/autossh-1.2c.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/autossh/autossh-1.2c.ebuild b/net-misc/autossh/autossh-1.2c.ebuild
index 5dbc43477174..05d0ecd2b625 100644
--- a/net-misc/autossh/autossh-1.2c.ebuild
+++ b/net-misc/autossh/autossh-1.2c.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/autossh/autossh-1.2c.ebuild,v 1.2 2003/07/13 14:31:35 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/autossh/autossh-1.2c.ebuild,v 1.3 2003/09/05 22:01:48 msterret Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Automatically restart SSH sessions and tunnels"
@@ -18,7 +18,7 @@ RDEPEND="virtual/glibc
src_unpack() {
unpack ${A}
cd ${S}
-
+
mv Makefile.linux Makefile.linux.orig
sed "s/CFLAGS=/CFLAGS=${CFLAGS}/g" Makefile.linux.orig >Makefile.linux
}