diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-01-12 22:17:17 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-01-12 22:17:17 +0000 |
commit | 4821b170f31e868c100299c54e3c84244ce0ba14 (patch) | |
tree | 6b2a5eb8dbf42f5d2b27864f21b8c0f4da3d7ef7 /net-dialup/lrzsz | |
parent | whitespace (diff) | |
download | gentoo-2-4821b170f31e868c100299c54e3c84244ce0ba14.tar.gz gentoo-2-4821b170f31e868c100299c54e3c84244ce0ba14.tar.bz2 gentoo-2-4821b170f31e868c100299c54e3c84244ce0ba14.zip |
whitespace
(Portage version: 2.1.6.4/cvs/Linux 2.6.27.8 i686)
Diffstat (limited to 'net-dialup/lrzsz')
-rw-r--r-- | net-dialup/lrzsz/lrzsz-0.12.20-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dialup/lrzsz/lrzsz-0.12.20-r2.ebuild b/net-dialup/lrzsz/lrzsz-0.12.20-r2.ebuild index 7f8ccf678894..e8008f9e36e5 100644 --- a/net-dialup/lrzsz/lrzsz-0.12.20-r2.ebuild +++ b/net-dialup/lrzsz/lrzsz-0.12.20-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/lrzsz/lrzsz-0.12.20-r2.ebuild,v 1.1 2009/01/11 12:09:35 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/lrzsz/lrzsz-0.12.20-r2.ebuild,v 1.2 2009/01/12 22:17:17 mr_bones_ Exp $ inherit flag-o-matic eutils toolchain-funcs @@ -42,7 +42,7 @@ src_install() { for x in {r,s}{b,x,z} ; do dosym l${x} /usr/bin/${x} dosym l${x:0:1}z.1 /usr/share/man/man1/${x}.1 - [ "${x:1:1}" = "z" ] || dosym l${x:0:1}z.1 /usr/share/man/man1/l${x}.1 + [ "${x:1:1}" = "z" ] || dosym l${x:0:1}z.1 /usr/share/man/man1/l${x}.1 done dodoc AUTHORS COMPATABILITY ChangeLog NEWS README* THANKS TODO |