diff options
Diffstat (limited to 'net-www/opera/opera-7.11-r2.ebuild')
-rw-r--r-- | net-www/opera/opera-7.11-r2.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net-www/opera/opera-7.11-r2.ebuild b/net-www/opera/opera-7.11-r2.ebuild index f4a4b0672258..7eb3e17e7f0f 100644 --- a/net-www/opera/opera-7.11-r2.ebuild +++ b/net-www/opera/opera-7.11-r2.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-7.11-r2.ebuild,v 1.7 2004/06/25 01:08:41 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/opera/opera-7.11-r2.ebuild,v 1.8 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. @@ -55,7 +55,7 @@ SRC_URI="${SRC_URI} x86? ( ${OPERA_URI}/i386/${URL_DIR}/opera-${NV}.i386.tar.gz S=${WORKDIR}/opera-${NV}.i386 -if [ "`use ppc`" ] +if use ppc then S=${WORKDIR}/opera-${NV}.ppc fi @@ -86,14 +86,14 @@ src_compile() { 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 @@ -101,7 +101,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 |