summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-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