summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-06-07 21:43:50 +0000
committerAron Griffis <agriffis@gentoo.org>2004-06-07 21:43:50 +0000
commit79d1dc52bdbb562d2552949a734a1d3e90935787 (patch)
tree460f5d91ab16ce67ea3ecf54ae8c05299d5d8a00 /media-gfx/aoi/aoi-1.6.ebuild
parentFix use invocation (diff)
downloadhistorical-79d1dc52bdbb562d2552949a734a1d3e90935787.tar.gz
historical-79d1dc52bdbb562d2552949a734a1d3e90935787.tar.bz2
historical-79d1dc52bdbb562d2552949a734a1d3e90935787.zip
Fix use invocation
Diffstat (limited to 'media-gfx/aoi/aoi-1.6.ebuild')
-rw-r--r--media-gfx/aoi/aoi-1.6.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/aoi/aoi-1.6.ebuild b/media-gfx/aoi/aoi-1.6.ebuild
index e622d11792c8..1c8b66e40be4 100644
--- a/media-gfx/aoi/aoi-1.6.ebuild
+++ b/media-gfx/aoi/aoi-1.6.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/media-gfx/aoi/aoi-1.6.ebuild,v 1.6 2004/05/05 16:55:16 sejo Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/aoi/aoi-1.6.ebuild,v 1.7 2004/06/07 21:38:00 agriffis Exp $
inherit java-pkg
@@ -39,7 +39,7 @@ src_install() {
DEP_APPEND="jmf"
dobin ${FILESDIR}/aoi
dodoc HISTORY LICENSE README-source
- if [ -n "`use doc`" ] ; then
+ if use doc ; then
mv ${WORKDIR}/AoI\ Manual/ ${WORKDIR}/aoi_manual/
dohtml -r ${WORKDIR}/aoi_manual/
fi