media-libs/waffle: Fix unquoted variable
authorMatt Turner <mattst88@gentoo.org>
Sat, 28 Sep 2019 18:10:34 +0000 (11:10 -0700)
committerMatt Turner <mattst88@gentoo.org>
Sat, 28 Sep 2019 18:27:13 +0000 (11:27 -0700)
Signed-off-by: Matt Turner <mattst88@gentoo.org>
media-libs/waffle/waffle-1.6.0.ebuild
media-libs/waffle/waffle-9999.ebuild

index ccfc41d0c8ca4d10c1b687d0991c964be4704dd5..c1eb3cfd333e43173f2a02f53e64cbb0bcbd1c41 100644 (file)
@@ -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
 }
index a7c32a6cf59689e99283af834324e2165c921c61..56a48b8437870ec3e410be298dde400058f52afd 100644 (file)
@@ -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
 }