commit:     b50cb75c31e96e2a8a0116736510c8cf79a9d98d
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 28 18:10:34 2019 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Sep 28 18:27:13 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b50cb75c

media-libs/waffle: Fix unquoted variable

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 media-libs/waffle/waffle-1.6.0.ebuild | 2 +-
 media-libs/waffle/waffle-9999.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/waffle/waffle-1.6.0.ebuild 
b/media-libs/waffle/waffle-1.6.0.ebuild
index ccfc41d0c8c..c1eb3cfd333 100644
--- a/media-libs/waffle/waffle-1.6.0.ebuild
+++ b/media-libs/waffle/waffle-1.6.0.ebuild
@@ -65,5 +65,5 @@ multilib_src_test() {
 multilib_src_install() {
        meson_src_install
 
-       rm -rf ${D}/usr/share/doc/waffle1
+       rm -rf "${D}"/usr/share/doc/waffle1
 }

diff --git a/media-libs/waffle/waffle-9999.ebuild 
b/media-libs/waffle/waffle-9999.ebuild
index a7c32a6cf59..56a48b84378 100644
--- a/media-libs/waffle/waffle-9999.ebuild
+++ b/media-libs/waffle/waffle-9999.ebuild
@@ -65,5 +65,5 @@ multilib_src_test() {
 multilib_src_install() {
        meson_src_install
 
-       rm -rf ${D}/usr/share/doc/waffle1
+       rm -rf "${D}"/usr/share/doc/waffle1
 }

Reply via email to