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.4.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.4.ebuild')
-rw-r--r--media-gfx/aoi/aoi-1.4.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/aoi/aoi-1.4.ebuild b/media-gfx/aoi/aoi-1.4.ebuild
index efbce2cfa2f5..bbddeb01ed06 100644
--- a/media-gfx/aoi/aoi-1.4.ebuild
+++ b/media-gfx/aoi/aoi-1.4.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.4.ebuild,v 1.6 2004/03/26 10:51:46 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/aoi/aoi-1.4.ebuild,v 1.7 2004/06/07 21:38:00 agriffis Exp $
inherit java-pkg
@@ -33,7 +33,7 @@ src_install() {
use quicktime && DEP_APPEND="jmf"
dobin ${FILESDIR}/aoi
dodoc HISTORY LICENSE README
- if [ -n "`use doc`" ] ; then
+ if use doc ; then
mv ${WORKDIR}/AoI\ Manual/ ${WORKDIR}/aoi_manual/
dohtml -r ${WORKDIR}/aoi_manual/
fi