diff options
author | 2004-06-28 02:55:58 +0000 | |
---|---|---|
committer | 2004-06-28 02:55:58 +0000 | |
commit | f5092e850ccaef5870c2e598e784a6d16076d6b7 (patch) | |
tree | 96a67e5031a1ecb79e00bc414a6718c55cdb8488 /x11-wm/oroborus/oroborus-2.0.4-r1.ebuild | |
parent | Stable on sparc, added ~mips (Manifest recommit) (diff) | |
download | gentoo-2-f5092e850ccaef5870c2e598e784a6d16076d6b7.tar.gz gentoo-2-f5092e850ccaef5870c2e598e784a6d16076d6b7.tar.bz2 gentoo-2-f5092e850ccaef5870c2e598e784a6d16076d6b7.zip |
QA - fix use invocation
Diffstat (limited to 'x11-wm/oroborus/oroborus-2.0.4-r1.ebuild')
-rw-r--r-- | x11-wm/oroborus/oroborus-2.0.4-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/oroborus/oroborus-2.0.4-r1.ebuild b/x11-wm/oroborus/oroborus-2.0.4-r1.ebuild index 6904edbd365f..9ddd37ea9aec 100644 --- a/x11-wm/oroborus/oroborus-2.0.4-r1.ebuild +++ b/x11-wm/oroborus/oroborus-2.0.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/oroborus/oroborus-2.0.4-r1.ebuild,v 1.14 2004/06/24 23:43:30 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/oroborus/oroborus-2.0.4-r1.ebuild,v 1.15 2004/06/28 02:53:57 agriffis Exp $ S=${WORKDIR}/${P} DESCRIPTION="Yet another window manager" @@ -33,7 +33,7 @@ src_install () { mandir=${D}/usr/share/man \ install || die - if [ "`use gnome`" ] ; then + if use gnome ; then insinto /usr/share/gnome/wm-properties doins ${FILESDIR}/oroborus.desktop |