diff options
author | Joshua Jackson <tsunam@gentoo.org> | 2008-12-30 23:15:27 +0000 |
---|---|---|
committer | Joshua Jackson <tsunam@gentoo.org> | 2008-12-30 23:15:27 +0000 |
commit | 7662693c92a550918a9c6fcd842cb71045ff3742 (patch) | |
tree | 5d359ed5feeb832a592db6fa837373f39f3c9be0 /app-cdr | |
parent | Stable on sparc, bug #252752 (diff) | |
download | gentoo-2-7662693c92a550918a9c6fcd842cb71045ff3742.tar.gz gentoo-2-7662693c92a550918a9c6fcd842cb71045ff3742.tar.bz2 gentoo-2-7662693c92a550918a9c6fcd842cb71045ff3742.zip |
helps to use the right version of the fix....I'm a baka
(Portage version: 2.1.4.5)
Diffstat (limited to 'app-cdr')
-rw-r--r-- | app-cdr/mybashburn/mybashburn-1.0.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-cdr/mybashburn/mybashburn-1.0.2.ebuild b/app-cdr/mybashburn/mybashburn-1.0.2.ebuild index c7a4e9b74c4e..5c86d8d20275 100644 --- a/app-cdr/mybashburn/mybashburn-1.0.2.ebuild +++ b/app-cdr/mybashburn/mybashburn-1.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/mybashburn/mybashburn-1.0.2.ebuild,v 1.3 2008/12/30 22:56:55 tsunam Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/mybashburn/mybashburn-1.0.2.ebuild,v 1.4 2008/12/30 23:15:27 tsunam Exp $ DESCRIPTION="Command-line burning interface of data and music CDs and DVDs" HOMEPAGE="http://mybashburn.sourceforge.net/" @@ -26,7 +26,7 @@ RDEPEND="dev-util/dialog RESTRICT="test" src_compile() { - sed -i 's/\/usr/usr' + sed -i 's/\/usr/usr/' ${S}/Makefile } src_install() { |