diff options
Diffstat (limited to 'dev-lang/smarteiffel/smarteiffel-1.1.ebuild')
-rw-r--r-- | dev-lang/smarteiffel/smarteiffel-1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/smarteiffel/smarteiffel-1.1.ebuild b/dev-lang/smarteiffel/smarteiffel-1.1.ebuild index 5f2fd1c7f1ea..26934a312dc4 100644 --- a/dev-lang/smarteiffel/smarteiffel-1.1.ebuild +++ b/dev-lang/smarteiffel/smarteiffel-1.1.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/dev-lang/smarteiffel/smarteiffel-1.1.ebuild,v 1.3 2004/05/15 01:13:07 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/smarteiffel/smarteiffel-1.1.ebuild,v 1.4 2004/06/03 15:54:42 agriffis Exp $ #IUSE="doc" IUSE="doc tcc" @@ -71,7 +71,7 @@ src_install () { done # Install documentation. - if [ -n `use doc` ]; then + if use doc; then einfo "Installing documentation" dodir /usr/share/doc/${PF} cp -a ${S}/{man,misc,tutorial,READ_ME} ${D}/usr/share/doc/${PF} || die |