diff options
Diffstat (limited to 'app-crypt/kth-krb/kth-krb-1.2.ebuild')
-rw-r--r-- | app-crypt/kth-krb/kth-krb-1.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/kth-krb/kth-krb-1.2.ebuild b/app-crypt/kth-krb/kth-krb-1.2.ebuild index d10a0c95b101..b94733a246ea 100644 --- a/app-crypt/kth-krb/kth-krb-1.2.ebuild +++ b/app-crypt/kth-krb/kth-krb-1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/kth-krb/kth-krb-1.2.ebuild,v 1.7 2004/04/06 03:31:48 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/kth-krb/kth-krb-1.2.ebuild,v 1.8 2004/06/01 23:11:55 agriffis Exp $ inherit eutils @@ -42,7 +42,7 @@ src_install() { install || die # Doesn't get install otherwise (for some reason, look into this). - if [ "`use ssl`" ] ; then + if use ssl ; then cd ${S}/lib/des make prefix=${D}/usr/athena \ |