summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Chen2021-10-20 03:58:09 +0000
committerDaniel Chen2021-10-20 03:58:09 +0000
commita2f329cc0b3ec928a0c4db6a8b3230b4b66daea3 (patch)
tree79f10b6c7fff9c9f455dae6949298e5563f1ede5
parent75241c69566a42adda11179bebba9b0b65cc58c2 (diff)
downloadaur-a2f329cc0b3ec928a0c4db6a8b3230b4b66daea3.tar.gz
pandoc is now in the quarto folder pandoc-citeproc is no longer a separate bin
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 665d72753374..92869ab11b73 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -37,9 +37,9 @@ package() {
cd "$srcdir"
tar Jxf data.tar.xz -C "$pkgdir"
install -dm755 "$pkgdir/usr/bin"
- # 2021-10-19: dan: appears pandoc folder no longer exists
- #cd "$pkgdir/usr/lib/rstudio/bin/pandoc"
- #ln -sf /usr/bin/pandoc ./
+
+ cd "$pkgdir/usr/lib/rstudio/bin/quarto/bin/"
+ ln -sf /usr/bin/pandoc ./pandoc
#ln -sf /usr/bin/pandoc-citeproc ./
find "$pkgdir/usr" -type d -print0 | xargs -0 chmod 755