diff options
author | Sven Wegener <swegener@gentoo.org> | 2006-04-11 19:10:53 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2006-04-11 19:10:53 +0000 |
commit | 9ecba05b95f4e564f416de33f51bf036e225acb1 (patch) | |
tree | 84c4fe65f61c960a38e82d429b5c971eb36b5a93 /net-irc | |
parent | Made the glib dependency unconditional. (diff) | |
download | gentoo-2-9ecba05b95f4e564f416de33f51bf036e225acb1.tar.gz gentoo-2-9ecba05b95f4e564f416de33f51bf036e225acb1.tar.bz2 gentoo-2-9ecba05b95f4e564f416de33f51bf036e225acb1.zip |
We don't insinto into ${ROOT} during src_install. Use newins instead of mv and doins.
(Portage version: 2.1_pre7-r5)
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/audacious-show/ChangeLog | 7 | ||||
-rw-r--r-- | net-irc/audacious-show/audacious-show-1.2.0.ebuild | 7 |
2 files changed, 9 insertions, 5 deletions
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 <swegener@gentoo.org> + 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 <ferdy@gentoo.org> 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 } |