Skip to content

Commit

Permalink
Dereference README.md symlink to install doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Fuhry committed Jun 27, 2016
1 parent da214ad commit fa710a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pkgname=initramfs-scencrypt
pkgdesc="initramfs hook that adds PGP smartcard support for LUKS FDE"
pkgver=1.0
pkgrel=2
pkgrel=3
arch=(any)
depends=(gnupg pcsclite libusb-compat)
install=${pkgname}.install
Expand All @@ -21,7 +21,7 @@ package() {
cp "${srcdir}/scencrypt-install" "${pkgdir}/usr/lib/initcpio/install/scencrypt"

mkdir -p "${pkgdir}/usr/share/doc/${pkgname}"
cp -a "${srcdir}/README.md" "${pkgdir}/usr/share/doc/${pkgname}/"
cp "${srcdir}/README.md" "${pkgdir}/usr/share/doc/${pkgname}/"
}

md5sums=('159bfe688d4e2784c9c9882bb33c6fac'
Expand Down

0 comments on commit fa710a5

Please sign in to comment.