diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-11-04 17:53:07 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-11-04 17:53:07 +0000 |
commit | 189ef07239b47bbd8425829738845aba459cae8a (patch) | |
tree | a92f0e99d100a9c6e8509408a7d5fc1bb2e10c99 /net-im/psi | |
parent | gnumeric support (diff) | |
download | gentoo-2-189ef07239b47bbd8425829738845aba459cae8a.tar.gz gentoo-2-189ef07239b47bbd8425829738845aba459cae8a.tar.bz2 gentoo-2-189ef07239b47bbd8425829738845aba459cae8a.zip |
syntax fixes
Diffstat (limited to 'net-im/psi')
-rw-r--r-- | net-im/psi/psi-0.8.7.ebuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/net-im/psi/psi-0.8.7.ebuild b/net-im/psi/psi-0.8.7.ebuild index 206ccd20d5da..1a82201dd533 100644 --- a/net-im/psi/psi-0.8.7.ebuild +++ b/net-im/psi/psi-0.8.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/psi/psi-0.8.7.ebuild,v 1.2 2002/11/01 14:08:28 verwilst Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/psi/psi-0.8.7.ebuild,v 1.3 2002/11/04 17:52:02 seemant Exp $ IUSE="ssl" @@ -39,7 +39,7 @@ src_install() { export BINDIR=$PREFIX/bin export LIBDIR=$PREFIX/share/psi - mkdir -p ${D}/usr/share/psi + dodir /usr/share/psi echo [Installing Psi] mkdir -p $BINDIR @@ -58,10 +58,10 @@ src_install() { - if [ "`use ssl`" ]; then - cd ${WORKDIR}/qssl-${QV} - cp libqssl.so ${D}/usr/share/psi - cd ${S} - fi + if [ "`use ssl`" ]; then + cd ${WORKDIR}/qssl-${QV} + cp libqssl.so ${D}/usr/share/psi + cd ${S} + fi } |