From f0b315d76954ea80818d5899809771e8fa5cc823 Mon Sep 17 00:00:00 2001 From: Doug Goldstein Date: Wed, 6 Apr 2016 13:22:37 -0500 Subject: [PATCH] rust: fix bad line in patch This needs to be properly escaped. Signed-off-by: Doug Goldstein --- .../files/rust/0007-mk-install-use-disable-rewrite-paths.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-devtools/rust/files/rust/0007-mk-install-use-disable-rewrite-paths.patch b/recipes-devtools/rust/files/rust/0007-mk-install-use-disable-rewrite-paths.patch index 0b78467..24135ec 100644 --- a/recipes-devtools/rust/files/rust/0007-mk-install-use-disable-rewrite-paths.patch +++ b/recipes-devtools/rust/files/rust/0007-mk-install-use-disable-rewrite-paths.patch @@ -20,7 +20,7 @@ index af6f3ff..430add7 100644 --libdir="$(DESTDIR)$(CFG_LIBDIR)" \ - --mandir="$(DESTDIR)$(CFG_MANDIR)" + --mandir="$(DESTDIR)$(CFG_MANDIR)" \ -+ "$(MAYBE_DISABLE_VERIFY)" ++ "$(MAYBE_DISABLE_VERIFY)" \ + --disable-rewrite-paths install: