media-video/wireplumber: fix unquoted variable ED

Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Thomas Bracht Laumann Jespersen
2022-06-08 22:09:56 +02:00
committed by Sam James
parent 8826f1e7a1
commit 98eb11412f
3 changed files with 3 additions and 3 deletions

View File

@@ -92,7 +92,7 @@ src_install() {
# If a reflinking CoW filesystem is used (e.g. Btrfs), then the files
# will not actually get stored twice until modified.
insinto /etc
doins -r ${ED}/usr/share/wireplumber
doins -r "${ED}"/usr/share/wireplumber
}
pkg_postinst() {

View File

@@ -91,7 +91,7 @@ src_install() {
# If a reflinking CoW filesystem is used (e.g. Btrfs), then the files
# will not actually get stored twice until modified.
insinto /etc
doins -r ${ED}/usr/share/wireplumber
doins -r "${ED}"/usr/share/wireplumber
}
pkg_postinst() {

View File

@@ -86,7 +86,7 @@ src_install() {
# If a reflinking CoW filesystem is used (e.g. Btrfs), then the files
# will not actually get stored twice until modified.
insinto /etc
doins -r ${ED}/usr/share/wireplumber
doins -r "${ED}"/usr/share/wireplumber
}
pkg_postinst() {