mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
media-libs/waffle: Fix unquoted variable
Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user