diff options
author | Michael Januszewski <spock@gentoo.org> | 2006-03-12 11:43:03 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2006-03-12 11:43:03 +0000 |
commit | cb5adec72413c128ae535891bb10aed51df30857 (patch) | |
tree | baf707195e3ba954a88cfe6f44b683f1402296d6 /x11-themes/gentoo-artwork/gentoo-artwork-0.4.1.ebuild | |
parent | Quote $WORKDIR. (diff) | |
download | gentoo-2-cb5adec72413c128ae535891bb10aed51df30857.tar.gz gentoo-2-cb5adec72413c128ae535891bb10aed51df30857.tar.bz2 gentoo-2-cb5adec72413c128ae535891bb10aed51df30857.zip |
Added a fix for bug #119410 (misspelled filename).
(Portage version: 2.1_pre5-r4)
Diffstat (limited to 'x11-themes/gentoo-artwork/gentoo-artwork-0.4.1.ebuild')
-rw-r--r-- | x11-themes/gentoo-artwork/gentoo-artwork-0.4.1.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/x11-themes/gentoo-artwork/gentoo-artwork-0.4.1.ebuild b/x11-themes/gentoo-artwork/gentoo-artwork-0.4.1.ebuild index e4fdeaf84211..b2650c91f8c2 100644 --- a/x11-themes/gentoo-artwork/gentoo-artwork-0.4.1.ebuild +++ b/x11-themes/gentoo-artwork/gentoo-artwork-0.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gentoo-artwork/gentoo-artwork-0.4.1.ebuild,v 1.4 2006/01/23 20:37:24 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gentoo-artwork/gentoo-artwork-0.4.1.ebuild,v 1.5 2006/03/12 11:43:03 spock Exp $ DESCRIPTION="A collection of miscellaneous Gentoo Linux logos and artwork" SRC_URI="mirror://gentoo/gentoo-artwork-0.2.tar.bz2 @@ -26,6 +26,10 @@ src_unpack() { mv ${WORKDIR}/gentoo-artwork-0.4 ${WORKDIR}/gentoo-artwork-0.4.1 unpack gentoo-artwork-0.4.1.tar.bz2 + # fix errors in filenames + mv ${S}/pixmaps/1280x1024/gentoo-freedom-1280x1024,jpg \ + ${S}/pixmaps/1280x1024/gentoo-freedom-1280x1024.jpg + # remove misspelled files rm ${S}/icons/gentoo/{32x32,48x48,64x64}/slypheed.png |