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

Bruno Pagani archange at archlinux.org
Fri Oct 12 12:04:12 UTC 2018


    Date: Friday, October 12, 2018 @ 12:04:11
  Author: archange
Revision: 393221

FS#60288

Modified:
  dune/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-12 11:35:37 UTC (rev 393220)
+++ PKGBUILD	2018-10-12 12:04:11 UTC (rev 393221)
@@ -3,7 +3,7 @@
 
 pkgname=dune
 pkgver=1.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A composable build system for OCaml (formerly jbuilder)"
 arch=('x86_64')
 url="https://github.com/ocaml/dune"
@@ -35,7 +35,11 @@
     make INSTALL_ARGS="--prefix='${pkgdir}'/usr --libdir='${OCAMLFIND_DESTDIR}'" install
 
     # Fix doc and man install
+    rm -r "${pkgdir}"/usr/doc
     install -dm755 "${pkgdir}"/usr/share
-    mv "${pkgdir}"/usr/{doc,share/}
     mv "${pkgdir}"/usr/{man,share/}
+    # FS#60288
+    install -dm755 "${pkgdir}"/usr/share/man/man{1,5}
+    mv "${pkgdir}"/usr/share/man/{*.1,man1}
+    mv "${pkgdir}"/usr/share/man/{dune-config.5,man5}
 }



More information about the arch-commits mailing list