diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2002-08-27 09:49:52 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2002-08-27 09:49:52 +0000 |
commit | 41434d336ccdca1c07d92816903b6fa3da0e12ee (patch) | |
tree | 8abff11c2a3f05f92dc6a0b697183485d72a2ba3 /www/linux-opera | |
parent | b19c94067b3901ddc2ef57b78eb70cc36e5bcac6 (diff) | |
download | ports-41434d336ccdca1c07d92816903b6fa3da0e12ee.tar.gz ports-41434d336ccdca1c07d92816903b6fa3da0e12ee.zip |
Notes
Diffstat (limited to 'www/linux-opera')
-rw-r--r-- | www/linux-opera/files/patch-ab | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/www/linux-opera/files/patch-ab b/www/linux-opera/files/patch-ab new file mode 100644 index 000000000000..e210b2693d17 --- /dev/null +++ b/www/linux-opera/files/patch-ab @@ -0,0 +1,8 @@ +--- runme.sh.orig Tue Aug 13 17:08:25 2002 ++++ runme.sh Tue Aug 27 11:48:18 2002 +@@ -55,4 +55,4 @@ + export OPERA_DIR OPERA_PLUGIN_PATH + + # Running Opera +-$OPERA "$@" ++exec $OPERA "$@" |