From 9ecba05b95f4e564f416de33f51bf036e225acb1 Mon Sep 17 00:00:00 2001 From: Sven Wegener Date: Tue, 11 Apr 2006 19:10:53 +0000 Subject: We don't insinto into ${ROOT} during src_install. Use newins instead of mv and doins. (Portage version: 2.1_pre7-r5) --- net-irc/audacious-show/ChangeLog | 7 ++++++- net-irc/audacious-show/audacious-show-1.2.0.ebuild | 7 +++---- 2 files changed, 9 insertions(+), 5 deletions(-) (limited to 'net-irc') diff --git a/net-irc/audacious-show/ChangeLog b/net-irc/audacious-show/ChangeLog index 22add4f5a3dc..b7bad096a1f0 100644 --- a/net-irc/audacious-show/ChangeLog +++ b/net-irc/audacious-show/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-irc/audacious-show # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/audacious-show/ChangeLog,v 1.2 2006/03/11 17:33:53 ferdy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/audacious-show/ChangeLog,v 1.3 2006/04/11 19:10:53 swegener Exp $ + + 11 Apr 2006; Sven Wegener + audacious-show-1.2.0.ebuild: + We don't insinto into ${ROOT} during src_install. Use newins instead of mv + and doins. 11 Mar 2006; Fernando J. Pereda audacious-show-1.2.0.ebuild: diff --git a/net-irc/audacious-show/audacious-show-1.2.0.ebuild b/net-irc/audacious-show/audacious-show-1.2.0.ebuild index 99bec818e5ad..f61f6a5ba270 100644 --- a/net-irc/audacious-show/audacious-show-1.2.0.ebuild +++ b/net-irc/audacious-show/audacious-show-1.2.0.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/net-irc/audacious-show/audacious-show-1.2.0.ebuild,v 1.2 2006/03/11 17:33:53 ferdy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/audacious-show/audacious-show-1.2.0.ebuild,v 1.3 2006/04/11 19:10:53 swegener Exp $ DESCRIPTION="XChat plugin to control audacious and to show whatever you're currently playing to others" @@ -22,7 +22,6 @@ src_compile() { } src_install() { - mv audacious-show-1.2.0.so audacious-show.so - insinto ${ROOT}/usr/lib/xchat/plugins/ - doins audacious-show.so + insinto /usr/lib/xchat/plugins/ + newins audacious-show-1.2.0.so audacious-show.so } -- cgit v1.2.3-65-gdbad