diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-05 01:36:53 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-05 01:36:53 +0000 |
commit | f30f416bccf4e9e398259089bf6e3e2f2f6ea6e0 (patch) | |
tree | 42980e6247188dfcaec5a10a749a084cb441088a /app-crypt/johntheripper/johntheripper-1.6.ebuild | |
parent | whitespace cleanup (diff) | |
download | historical-f30f416bccf4e9e398259089bf6e3e2f2f6ea6e0.tar.gz historical-f30f416bccf4e9e398259089bf6e3e2f2f6ea6e0.tar.bz2 historical-f30f416bccf4e9e398259089bf6e3e2f2f6ea6e0.zip |
whitespace cleanup
Diffstat (limited to 'app-crypt/johntheripper/johntheripper-1.6.ebuild')
-rw-r--r-- | app-crypt/johntheripper/johntheripper-1.6.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-crypt/johntheripper/johntheripper-1.6.ebuild b/app-crypt/johntheripper/johntheripper-1.6.ebuild index 4dfd61f817a4..6354757f108e 100644 --- a/app-crypt/johntheripper/johntheripper-1.6.ebuild +++ b/app-crypt/johntheripper/johntheripper-1.6.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/app-crypt/johntheripper/johntheripper-1.6.ebuild,v 1.15 2003/03/28 12:23:47 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/johntheripper/johntheripper-1.6.ebuild,v 1.16 2003/09/05 01:33:50 msterret Exp $ inherit eutils @@ -45,9 +45,9 @@ src_install() { doman debian/*.1 dosbin run/john debian/mailer debian/john-cronjob - dosym john /usr/sbin/unafs - dosym john /usr/sbin/unique + dosym john /usr/sbin/unafs + dosym john /usr/sbin/unique dosym john /usr/sbin/unshadow - dodoc debian/{CONFIG.mailer,copyright} doc/* + dodoc debian/{CONFIG.mailer,copyright} doc/* } |