summaryrefslogtreecommitdiffstats
path: root/meta-multimedia/recipes-mkv
diff options
context:
space:
mode:
Diffstat (limited to 'meta-multimedia/recipes-mkv')
-rw-r--r--meta-multimedia/recipes-mkv/libebml/libebml_1.3.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-multimedia/recipes-mkv/libebml/libebml_1.3.0.bb b/meta-multimedia/recipes-mkv/libebml/libebml_1.3.0.bb
index b756a3924..bbbe56388 100644
--- a/meta-multimedia/recipes-mkv/libebml/libebml_1.3.0.bb
+++ b/meta-multimedia/recipes-mkv/libebml/libebml_1.3.0.bb
@@ -14,7 +14,7 @@ do_unpack[postfuncs] += "dos2unix"
14 14
15dos2unix () { 15dos2unix () {
16 cr="$(printf '\r')" 16 cr="$(printf '\r')"
17 for f in make/*/Makefile; do 17 for f in ${S}/make/*/Makefile; do
18 tr -d "$cr" <"$f" >"$f.new" && \ 18 tr -d "$cr" <"$f" >"$f.new" && \
19 mv "$f.new" "$f" 19 mv "$f.new" "$f"
20 done 20 done