From b77780af104086232c3e781db6e9fdba3ddc30bb Mon Sep 17 00:00:00 2001 From: Martin Väth Date: Fri, 24 Jun 2016 17:01:54 +0200 Subject: app-cdr/xcdroast: Quote variables --- app-cdr/xcdroast/metadata.xml | 7 +++++-- app-cdr/xcdroast/xcdroast-0.98_alpha16-r1.ebuild | 6 +++--- 2 files changed, 8 insertions(+), 5 deletions(-) (limited to 'app-cdr') diff --git a/app-cdr/xcdroast/metadata.xml b/app-cdr/xcdroast/metadata.xml index 8fd45d1e..d282c2e1 100644 --- a/app-cdr/xcdroast/metadata.xml +++ b/app-cdr/xcdroast/metadata.xml @@ -1,9 +1,12 @@ - - Menu based front-end to mkisofs and cdrecord + + martin@mvath.de + Martin Väth + xcdroast + Menu based front-end to mkisofs and cdrecord diff --git a/app-cdr/xcdroast/xcdroast-0.98_alpha16-r1.ebuild b/app-cdr/xcdroast/xcdroast-0.98_alpha16-r1.ebuild index 994014b2..2b740302 100644 --- a/app-cdr/xcdroast/xcdroast-0.98_alpha16-r1.ebuild +++ b/app-cdr/xcdroast/xcdroast-0.98_alpha16-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -45,11 +45,11 @@ src_configure() { } src_compile() { - emake PREFIX=${EPREFIX}/usr || die + emake PREFIX="${EPREFIX}"/usr || die } src_install() { - emake PREFIX=${EPREFIX}/usr DESTDIR="${ED}" install || die + emake PREFIX="${EPREFIX}"/usr DESTDIR="${ED}" install || die dodoc AUTHORS ChangeLog README doc/{README*,DOCUMENTATION,FAQ,TRANS*} \ doc/manual/README.txt -- cgit v1.2.3-18-g5258