media-libs/waffle: Fix unquoted variable

Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
Matt Turner
2019-09-28 11:10:34 -07:00
parent ea888fe6fb
commit b50cb75c31
2 changed files with 2 additions and 2 deletions

View 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
}

View 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
}