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

Anatol Pomozov anatolik at archlinux.org
Wed Feb 19 05:53:41 UTC 2020


    Date: Wednesday, February 19, 2020 @ 05:53:40
  Author: anatolik
Revision: 576236

FS#65553 add PAM config file

It is the same config file as used by fscrypt-git AUR package

Modified:
  fscrypt/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-19 02:34:30 UTC (rev 576235)
+++ PKGBUILD	2020-02-19 05:53:40 UTC (rev 576236)
@@ -3,7 +3,7 @@
 
 pkgname=fscrypt
 pkgver=0.2.6
-pkgrel=1
+pkgrel=2
 pkgdesc='A tool for managing Linux filesystem encryption'
 arch=('x86_64')
 url='https://github.com/google/fscrypt'
@@ -30,5 +30,9 @@
 package() {
   cd "fscrypt-$pkgver"
   make PREFIX="${pkgdir}/usr" install
+  install -Dm644 ../pam_config "${pkgdir}/etc/pam.d/fscrypt"
   install -Dm644 -t "$pkgdir/usr/share/licenses/fscrypt/" LICENSE
+
+  # Remove Ubuntu-specific PAM file
+  rm -rf "$pkgdir"/usr/share/pam-configs/
 }



More information about the arch-commits mailing list