diff options
Diffstat (limited to 'www-client/opera/files/opera-8.54-install.patch')
-rw-r--r-- | www-client/opera/files/opera-8.54-install.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/www-client/opera/files/opera-8.54-install.patch b/www-client/opera/files/opera-8.54-install.patch new file mode 100644 index 000000000000..007974e8d0a2 --- /dev/null +++ b/www-client/opera/files/opera-8.54-install.patch @@ -0,0 +1,12 @@ +--- install.sh.orig 2006-05-30 13:11:54.000000000 +0200 ++++ install.sh 2006-05-30 13:12:28.000000000 +0200 +@@ -1835,6 +1835,9 @@ + + xdg() + { # http://standards.freedesktop.org ++ ++ return; # Handled by ebuild. ++ + UDD='' + for BIN_DIR in `pathdirs`; do + test -x ${BIN_DIR}/update-desktop-database || continue |