head	1.2;
access;
symbols
	RELEASE_5_EOL:1.1
	RELEASE_6_3_0:1.1
	RELEASE_7_0_0:1.1
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1;
locks; strict;
comment	@# @;


1.2
date	2008.06.25.06.08.38;	author itetcu;	state dead;
branches;
next	1.1;

1.1
date	2006.12.08.19.57.24;	author stas;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Remove obsolete patch files forgotten in previous commit.

Submitted by:	QA Tindy
@
text
@--- install.sh.orig	Thu Dec  7 02:20:36 2006
+++ install.sh	Thu Dec  7 02:21:19 2006
@@@@ -842,6 +842,11 @@@@
 
     wrapper_contain="#!/bin/sh
 
+#
+# A dirty to run opera under 7.x, where the __h_error isn't defined
+#
+LD_PRELOAD=${LD_PRELOAD}:%%DATADIR%%/symhack.so
+
 # Required for Session Management
 case \$0 in /*) OPERA_SCRIPT_PATH=\$0;; *) OPERA_SCRIPT_PATH=`/bin/pwd`/\$0;; esac
 export OPERA_SCRIPT_PATH
@


1.1
log
@- Add a dirty hack to allow use of Opera under 7.x, where __h_error was
  replaced by __h_errno.
- Move to LOCALBASE

Approved by:	Arjan van Leeuwen <avleeuwen@@gmail.com> (maintainer)
@
text
@@

