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

Christian Hesse eworm at archlinux.org
Mon Mar 1 11:15:12 UTC 2021


    Date: Monday, March 1, 2021 @ 11:15:11
  Author: eworm
Revision: 408942

package FAQ and some docs

Modified:
  cryptsetup/trunk/PKGBUILD

----------+
 PKGBUILD |    3 +++
 1 file changed, 3 insertions(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-01 08:37:33 UTC (rev 408941)
+++ PKGBUILD	2021-03-01 11:15:11 UTC (rev 408942)
@@ -40,6 +40,9 @@
 
   make DESTDIR="${pkgdir}" install
 
+  # install docs
+  install -D -m0644 -t "${pkgdir}"/usr/share/doc/cryptsetup/ FAQ docs/{Keyring,LUKS2-locking}.txt
+
   # install hook
   install -D -m0644 "${srcdir}"/hooks-encrypt "${pkgdir}"/usr/lib/initcpio/hooks/encrypt
   install -D -m0644 "${srcdir}"/install-encrypt "${pkgdir}"/usr/lib/initcpio/install/encrypt



More information about the arch-commits mailing list