diff options
author | 2005-03-20 11:47:02 +0000 | |
---|---|---|
committer | 2005-03-20 11:47:02 +0000 | |
commit | fd16b8c0c3753d2037e5f715c34eaeae3ae54d60 (patch) | |
tree | 28467e3368401105acd1b8a3a63a54475e6837fa /net-im/kadu | |
parent | Marked ~amd64, closes bug 85981. (diff) | |
download | gentoo-2-fd16b8c0c3753d2037e5f715c34eaeae3ae54d60.tar.gz gentoo-2-fd16b8c0c3753d2037e5f715c34eaeae3ae54d60.tar.bz2 gentoo-2-fd16b8c0c3753d2037e5f715c34eaeae3ae54d60.zip |
Fixed permission to icons problem
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-im/kadu')
-rw-r--r-- | net-im/kadu/kadu-0.4.0_rc2-r1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-im/kadu/kadu-0.4.0_rc2-r1.ebuild b/net-im/kadu/kadu-0.4.0_rc2-r1.ebuild index 926983b99b15..687a4d7236d9 100644 --- a/net-im/kadu/kadu-0.4.0_rc2-r1.ebuild +++ b/net-im/kadu/kadu-0.4.0_rc2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/kadu/kadu-0.4.0_rc2-r1.ebuild,v 1.1 2005/03/20 11:24:30 sekretarz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/kadu/kadu-0.4.0_rc2-r1.ebuild,v 1.2 2005/03/20 11:47:02 sekretarz Exp $ inherit flag-o-matic eutils @@ -235,6 +235,5 @@ src_install() { mv ${WORKDIR}/kadu-theme-piolnet ${D}/usr/share/kadu/themes/icons mv ${WORKDIR}/kadu-theme-real_gg ${D}/usr/share/kadu/themes/icons mv ${WORKDIR}/alt_cryst ${D}/usr/share/kadu/themes/icons - chmod -R 644 ${D}/usr/share/kadu/themes/icons fi } |