diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2009-10-14 00:46:52 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2009-10-14 00:46:52 +0000 |
commit | cebc699751b846ac2a0e3acf3170084a1dc7b2ac (patch) | |
tree | c3b9e86bd0d11b37249c087e5f5dbf52f0504b27 /app-cdr/mybashburn | |
parent | Stable for HPPA (bug #284992). (diff) | |
download | gentoo-2-cebc699751b846ac2a0e3acf3170084a1dc7b2ac.tar.gz gentoo-2-cebc699751b846ac2a0e3acf3170084a1dc7b2ac.tar.bz2 gentoo-2-cebc699751b846ac2a0e3acf3170084a1dc7b2ac.zip |
QA fixes; unquoted variables
(Portage version: 2.2_rc45/cvs/Linux x86_64)
Diffstat (limited to 'app-cdr/mybashburn')
-rw-r--r-- | app-cdr/mybashburn/ChangeLog | 7 | ||||
-rw-r--r-- | app-cdr/mybashburn/mybashburn-1.0.2.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-cdr/mybashburn/ChangeLog b/app-cdr/mybashburn/ChangeLog index dbbf5c5bfdb4..1ae2d0762748 100644 --- a/app-cdr/mybashburn/ChangeLog +++ b/app-cdr/mybashburn/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-cdr/mybashburn -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/mybashburn/ChangeLog,v 1.4 2008/12/30 22:56:55 tsunam Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-cdr/mybashburn/ChangeLog,v 1.5 2009/10/14 00:46:52 halcy0n Exp $ + + 14 Oct 2009; Mark Loeser <halcy0n@gentoo.org> mybashburn-1.0.2.ebuild: + QA fixes; unquoted variables 30 Dec 2008; <tsunam@gentoo.org> mybashburn-1.0.2.ebuild: fix // issue with prefix in Makefile per bug 239637 with quick fix diff --git a/app-cdr/mybashburn/mybashburn-1.0.2.ebuild b/app-cdr/mybashburn/mybashburn-1.0.2.ebuild index 25685651fb7d..bd621d455241 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-2009 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.5 2009/09/06 18:00:58 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/mybashburn/mybashburn-1.0.2.ebuild,v 1.6 2009/10/14 00:46:52 halcy0n 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/' ${S}/Makefile + sed -i 's/\/usr/usr/' "${S}"/Makefile } src_install() { |