[arch-commits] Commit in git-delta/trunk (PKGBUILD)

George Rawlinson grawlinson at gemini.archlinux.org
Tue Feb 15 06:55:04 UTC 2022


    Date: Tuesday, February 15, 2022 @ 06:55:04
  Author: grawlinson
Revision: 1133324

upgpkg: git-delta; fix dir for html manual

Modified:
  git-delta/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-15 06:34:26 UTC (rev 1133323)
+++ PKGBUILD	2022-02-15 06:55:04 UTC (rev 1133324)
@@ -34,7 +34,7 @@
 
   # html manual
   cd manual
-  mdbook build
+  mdbook build --dest-dir html
 }
 
 check() {
@@ -61,5 +61,7 @@
 
   # documentation
   install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
-  cp -r manual/book/* "$pkgdir/usr/share/doc/$pkgname"
+
+  # html manual
+  cp -r manual/html "$pkgdir/usr/share/doc/$pkgname"
 }



More information about the arch-commits mailing list