diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-09 21:33:18 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-09 21:33:18 +0000 |
commit | cc118930bf23389dbd42d0a33c60f6b90ba1f4dc (patch) | |
tree | 079c84cb00862023b5a710ebed3bfd353fd3cd7d /net-fs/shfs/shfs-0.32-r1.ebuild | |
parent | Marked ppc (Manifest recommit) (diff) | |
download | gentoo-2-cc118930bf23389dbd42d0a33c60f6b90ba1f4dc.tar.gz gentoo-2-cc118930bf23389dbd42d0a33c60f6b90ba1f4dc.tar.bz2 gentoo-2-cc118930bf23389dbd42d0a33c60f6b90ba1f4dc.zip |
Fix use invocation
Diffstat (limited to 'net-fs/shfs/shfs-0.32-r1.ebuild')
-rw-r--r-- | net-fs/shfs/shfs-0.32-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-fs/shfs/shfs-0.32-r1.ebuild b/net-fs/shfs/shfs-0.32-r1.ebuild index a0996ed6204a..f25f745786e2 100644 --- a/net-fs/shfs/shfs-0.32-r1.ebuild +++ b/net-fs/shfs/shfs-0.32-r1.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/net-fs/shfs/shfs-0.32-r1.ebuild,v 1.2 2004/04/27 21:48:30 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/shfs/shfs-0.32-r1.ebuild,v 1.3 2004/06/09 21:33:18 agriffis Exp $ inherit eutils @@ -77,7 +77,7 @@ src_install() { use doc && dohtml -r ${S}/docs/html # Install automount support (if desired) - if [ -n "`use amd`" ] ; then + if use amd ; then einfo " Installing am-utils config files..." insinto /etc/amd doins ${FILESDIR}/amd.conf |