summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-09-03 14:46:43 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2022-09-12 22:14:30 +0300
commit32ceeb850e9bcdf992fe6442b0dbcf9b6dff6021 (patch)
tree5c545a01d0401fa5f13285e5a899ebe8d4cd1970 /eclass/gstreamer-meson.eclass
parentgnustep-base.eclass: fix UnquotedVariable of EPREFIX (diff)
downloadgentoo-32ceeb850e9bcdf992fe6442b0dbcf9b6dff6021.tar.gz
gentoo-32ceeb850e9bcdf992fe6442b0dbcf9b6dff6021.tar.bz2
gentoo-32ceeb850e9bcdf992fe6442b0dbcf9b6dff6021.zip
gstreamer-meson.eclass: fix UnquotedVariable of BUILD_DIR
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'eclass/gstreamer-meson.eclass')
-rw-r--r--eclass/gstreamer-meson.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/gstreamer-meson.eclass b/eclass/gstreamer-meson.eclass
index f8ca343b0ca6..28afaa1e6a62 100644
--- a/eclass/gstreamer-meson.eclass
+++ b/eclass/gstreamer-meson.eclass
@@ -393,7 +393,7 @@ gstreamer_multilib_src_compile() {
# https://github.com/ninja-build/ninja/issues/1251
# https://github.com/ninja-build/ninja/issues/1330
- build_dir=$(readlink -f ${BUILD_DIR})
+ build_dir=$(readlink -f "${BUILD_DIR}")
plugin_path="${plugin%%:*}"
eninja "${plugin_path/"${build_dir}/"/}"