diff options
Diffstat (limited to 'x11-themes/ikons')
-rw-r--r-- | x11-themes/ikons/Manifest | 2 | ||||
-rw-r--r-- | x11-themes/ikons/ikons-0.5.8-r1.ebuild | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/x11-themes/ikons/Manifest b/x11-themes/ikons/Manifest index a9b42173847e..a3131647a70c 100644 --- a/x11-themes/ikons/Manifest +++ b/x11-themes/ikons/Manifest @@ -1,3 +1,3 @@ MD5 2e0d14898f579a7e3f80ef996939ff3f ChangeLog 983 -MD5 f77b97a963fd2d11ed93b61bc63c86a4 ikons-0.5.8-r1.ebuild 640 +MD5 63d9730aa1f01299a486616d12735392 ikons-0.5.8-r1.ebuild 639 MD5 1a8c9679840f4788fd91a156c50f5aef files/digest-ikons-0.5.8-r1 71 diff --git a/x11-themes/ikons/ikons-0.5.8-r1.ebuild b/x11-themes/ikons/ikons-0.5.8-r1.ebuild index 5d2fadcc65ca..19c6f12d76bb 100644 --- a/x11-themes/ikons/ikons-0.5.8-r1.ebuild +++ b/x11-themes/ikons/ikons-0.5.8-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/ikons/ikons-0.5.8-r1.ebuild,v 1.5 2003/02/13 17:42:59 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/ikons/ikons-0.5.8-r1.ebuild,v 1.6 2003/09/06 07:28:56 msterret Exp $ inherit kde set-kdedir 3 @@ -21,8 +21,8 @@ src_compile() { src_install(){ cd ${S} - + dodir $PREFIX/share/icons - cp -rf ${S} ${D}/${PREFIX}/share/icons/iKons_058 - + cp -rf ${S} ${D}/${PREFIX}/share/icons/iKons_058 + } |