mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
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:
committed by
Sam James
parent
8826f1e7a1
commit
98eb11412f
@@ -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() {
|
||||
|
||||
@@ -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() {
|
||||
|
||||
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user