aur/quarto_pandoc_location.patch
2022-04-27 23:34:10 +12:00

12 lines
626 B
Diff

diff -ur a/src/cpp/session/modules/quarto/SessionQuartoXRefs.cpp b/src/cpp/session/modules/quarto/SessionQuartoXRefs.cpp
--- a/src/cpp/session/modules/quarto/SessionQuartoXRefs.cpp 2022-04-27 22:28:07.480284489 +1200
+++ b/src/cpp/session/modules/quarto/SessionQuartoXRefs.cpp 2022-04-27 20:59:01.396159620 +1200
@@ -188,7 +188,7 @@
core::system::ProcessResult result;
error = module_context::runPandoc(
- FilePath(config.bin_path).completeChildPath("pandoc").getAbsolutePath(),
+ FilePath(config.bin_path).completeChildPath("tools/pandoc").getAbsolutePath(),
args,
contents,
options,