diff options
author | Joe Peterson <lavajoe@gentoo.org> | 2009-05-27 00:22:33 +0000 |
---|---|---|
committer | Joe Peterson <lavajoe@gentoo.org> | 2009-05-27 00:22:33 +0000 |
commit | 67078b0fc0d9761b0546735ecff805c938b9321c (patch) | |
tree | aff146d9e1ad0b1a3a3cbad62727102d8c281b1b /games-simulation/secondlife | |
parent | Version bumped. (diff) | |
download | gentoo-2-67078b0fc0d9761b0546735ecff805c938b9321c.tar.gz gentoo-2-67078b0fc0d9761b0546735ecff805c938b9321c.tar.bz2 gentoo-2-67078b0fc0d9761b0546735ecff805c938b9321c.zip |
Fix icon path
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'games-simulation/secondlife')
-rw-r--r-- | games-simulation/secondlife/ChangeLog | 6 | ||||
-rw-r--r-- | games-simulation/secondlife/secondlife-1.23.2_rc2.ebuild | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/games-simulation/secondlife/ChangeLog b/games-simulation/secondlife/ChangeLog index 42876c0556d1..14c8e5439cb5 100644 --- a/games-simulation/secondlife/ChangeLog +++ b/games-simulation/secondlife/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-simulation/secondlife # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/secondlife/ChangeLog,v 1.1 2009/05/26 22:49:36 lavajoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/secondlife/ChangeLog,v 1.2 2009/05/27 00:22:33 lavajoe Exp $ + + 26 May 2009; Joe Peterson <lavajoe@gentoo.org> + secondlife-1.23.2_rc2.ebuild: + Fix icon path *secondlife-1.23.2_rc2 (26 May 2009) diff --git a/games-simulation/secondlife/secondlife-1.23.2_rc2.ebuild b/games-simulation/secondlife/secondlife-1.23.2_rc2.ebuild index 45919bd0e70d..ae29ce147d4f 100644 --- a/games-simulation/secondlife/secondlife-1.23.2_rc2.ebuild +++ b/games-simulation/secondlife/secondlife-1.23.2_rc2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/secondlife/secondlife-1.23.2_rc2.ebuild,v 1.1 2009/05/26 22:49:36 lavajoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/secondlife/secondlife-1.23.2_rc2.ebuild,v 1.2 2009/05/27 00:22:33 lavajoe Exp $ inherit eutils multilib games versionator @@ -126,6 +126,10 @@ src_install() { dodoc README-*.txt licenses.txt || die rm README-*.txt licenses.txt || die + insinto /usr/share/secondlife + doins secondlife_icon.png || die + rm secondlife_icon.png || die + dodir /usr/lib/${PN} || die cp -dR "${S}"/libraries/${ARCH_LIBS_DIR}/lib_release_client/libxml* "${D}"/usr/lib/${PN} || die #cp -dR bin secondlife *.sh "${D}"/usr/lib/${PN} || die |