summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArcady Genkin <agenkin@gentoo.org>2002-07-04 17:00:43 +0000
committerArcady Genkin <agenkin@gentoo.org>2002-07-04 17:00:43 +0000
commit3b6822750c83da8ab787af8023bd0f14e3a1fa3a (patch)
treec894c1d1387f1b6a42a9ec1ac1853fa9bfb46f25 /net-www
parentFixes #3231. (diff)
downloadgentoo-2-3b6822750c83da8ab787af8023bd0f14e3a1fa3a.tar.gz
gentoo-2-3b6822750c83da8ab787af8023bd0f14e3a1fa3a.tar.bz2
gentoo-2-3b6822750c83da8ab787af8023bd0f14e3a1fa3a.zip
Tabified.
Diffstat (limited to 'net-www')
-rw-r--r--net-www/opera-static/opera-static-6.0-r1.ebuild12
1 files changed, 6 insertions, 6 deletions
diff --git a/net-www/opera-static/opera-static-6.0-r1.ebuild b/net-www/opera-static/opera-static-6.0-r1.ebuild
index 1fe56c38ff73..9d592467e50d 100644
--- a/net-www/opera-static/opera-static-6.0-r1.ebuild
+++ b/net-www/opera-static/opera-static-6.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2001 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-www/opera-static/opera-static-6.0-r1.ebuild,v 1.1 2002/07/04 16:52:42 agenkin Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/opera-static/opera-static-6.0-r1.ebuild,v 1.2 2002/07/04 17:00:43 agenkin Exp $
DESCRIPTION="Opera web browser, version 6.0 Final, statically built. "
HOMEPAGE="http://www.opera.com/linux/"
@@ -40,7 +40,7 @@ src_install() {
doins images/opera.xpm
insinto /etc/X11/applnk/Internet
doins images/opera.xpm
- insinto /usr/share/pixmaps
+ insinto /usr/share/pixmaps
doins images/opera.xpm
if [ "`use gnome`" ]
@@ -52,8 +52,8 @@ src_install() {
insinto /etc/env.d
doins ${FILESDIR}/10opera6
- # Fix up the wrapper script /opt/opera/share/bin/opera
- cd "${D}"/opt/opera/share/bin
- sed -e "s|$D||g" < opera > opera.hacked
- mv opera.hacked opera
+ # Fix up the wrapper script /opt/opera/share/bin/opera
+ cd "${D}"/opt/opera/share/bin
+ sed -e "s|$D||g" < opera > opera.hacked
+ mv opera.hacked opera
}