diff options
author | Jeroen Roovers <jer@gentoo.org> | 2008-10-06 16:58:28 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2008-10-06 16:58:28 +0000 |
commit | d2284d765c5afce12b0a6e448a08a2b3870d6fea (patch) | |
tree | c34452a739fb4f8678ce53a74545cf4e97f34e71 /www-client/opera/files | |
parent | Cleaning up kawa's directory, removing old versions which use gen1 java eclas... (diff) | |
download | historical-d2284d765c5afce12b0a6e448a08a2b3870d6fea.tar.gz historical-d2284d765c5afce12b0a6e448a08a2b3870d6fea.tar.bz2 historical-d2284d765c5afce12b0a6e448a08a2b3870d6fea.zip |
Version bump <http://my.opera.com/desktopteam/blog/2008/10/04/opera-9-6-rc-2>. Remove sed scripts and improve gentoo patch thanks to Pacho Ramos (bug #239365).
Package-Manager: portage-2.2_rc11/cvs/Linux 2.6.25-gentoo-r7-JeR i686
Diffstat (limited to 'www-client/opera/files')
-rw-r--r-- | www-client/opera/files/opera-gentoo.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-client/opera/files/opera-gentoo.patch b/www-client/opera/files/opera-gentoo.patch index 8fb02dd50e8a..11aa2845cd5a 100644 --- a/www-client/opera/files/opera-gentoo.patch +++ b/www-client/opera/files/opera-gentoo.patch @@ -8,8 +8,8 @@ +{ + if test -e /etc/gentoo-release ; then + for res in 16x16 22x22 32x32 48x48 ; do -+ mkdir -p /usr/share/icons/hicolor/${res}/apps -+ cp usr/share/icons/hicolor/${res}/apps/opera.png /usr/share/icons/hicolor/${res}/apps ++ mkdir -p ${D}/usr/share/icons/hicolor/${res}/apps ++ cp usr/share/icons/hicolor/${res}/apps/opera.png ${D}/usr/share/icons/hicolor/${res}/apps + done + mkdir -p ${D}/usr/share/applications + generate_desktop ${D}/usr/share/applications xdg |