diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-25 15:45:13 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-25 15:45:13 +0000 |
commit | 839372ef301175fda5da859e3995e3f7ae943018 (patch) | |
tree | 68b2bee4ad8f8466e8cdb8f11496172ebf9cb9cf /net-www/opera/opera-6.12.ebuild | |
parent | QA - fix use invocation (Manifest recommit) (diff) | |
download | gentoo-2-839372ef301175fda5da859e3995e3f7ae943018.tar.gz gentoo-2-839372ef301175fda5da859e3995e3f7ae943018.tar.bz2 gentoo-2-839372ef301175fda5da859e3995e3f7ae943018.zip |
QA - fix use invocation
Diffstat (limited to 'net-www/opera/opera-6.12.ebuild')
-rw-r--r-- | net-www/opera/opera-6.12.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-www/opera/opera-6.12.ebuild b/net-www/opera/opera-6.12.ebuild index 689fe99666d5..f4b1f44d9df6 100644 --- a/net-www/opera/opera-6.12.ebuild +++ b/net-www/opera/opera-6.12.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/net-www/opera/opera-6.12.ebuild,v 1.6 2004/06/25 01:08:41 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/opera/opera-6.12.ebuild,v 1.7 2004/06/25 15:45:13 agriffis Exp $ # # 1. static # Statically linked libraries, default. # 2. shared-2.95 # Dynamically linked libaries, compiled with gcc 2.95. @@ -69,14 +69,14 @@ src_unpack() { src_install() { # Prepare installation directories for Opera's installer script. dodir /etc - if [ "`use kde`" ] + if use kde then # Install stuff for KDE2, and then simply copy it over # into the KDE3 directories. dodir /usr/kde/2/share/icons/{locolor,hicolor}/{16x16,22x22,32x32,48x48}/apps dodir /usr/kde/2/share/applnk/Internet fi - if [ "`use gnome`" ] + if use gnome then dodir /usr/share/gnome/pixmaps dodir /usr/share/gnome/apps/Internet @@ -84,7 +84,7 @@ src_install() { # Opera's native installer. ./install.sh --prefix="${D}"/opt/opera || die - if [ "`use kde`" ] + if use kde then cp -R ${D}/usr/kde/2 ${D}/usr/kde/3 fi |