summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiancarlo Razzolini2016-10-13 17:26:22 -0300
committerGiancarlo Razzolini2016-10-13 17:26:22 -0300
commit88f74b9c09d2968b505c665acd5a9b4c4fb2bee4 (patch)
tree05fc89afaa5516611828d134926cf3e74af19ad6
parent4b7ef448d07f6757525381ef7bd833eaf6c11c19 (diff)
downloadaur-88f74b9c09d2968b505c665acd5a9b4c4fb2bee4.tar.gz
* Install the LICENSE.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 67c0cb463f69..a75abad666a2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Aug 9 11:55:41 UTC 2016
+# Thu Oct 13 20:26:14 UTC 2016
pkgbase = mkinitcpio-chkcryptoboot
pkgdesc = This hook checks for a modified bootloader code, in an encrypted boot setup, and warns the user to not enter his root device password
pkgver = 0.0.5
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/grazzolini/mkinitcpio-chkcryptoboot
install = mkinitcpio-chkcryptoboot.install
changelog = ChangeLog
diff --git a/PKGBUILD b/PKGBUILD
index 05d82d2244e6..1c868f504e17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Giancarlo Razzolini <grazzolini@gmail.com>
pkgname=mkinitcpio-chkcryptoboot
pkgver=0.0.5
-pkgrel=2
+pkgrel=3
pkgdesc="This hook checks for a modified bootloader code, in an encrypted boot setup, and warns the user to not enter his root device password"
arch=('any')
url="https://github.com/grazzolini/mkinitcpio-chkcryptoboot"
@@ -19,5 +19,6 @@ package() {
install -Dm644 "$srcdir/$pkgname-$pkgver/chkcryptoboot.conf" "$pkgdir/etc/default/chkcryptoboot.conf"
install -Dm644 "$srcdir/$pkgname-$pkgver/chkcryptoboot_hook" "$pkgdir/usr/lib/initcpio/hooks/chkcryptoboot"
install -Dm644 "$srcdir/$pkgname-$pkgver/chkcryptoboot_install" "$pkgdir/usr/lib/initcpio/install/chkcryptoboot"
- install -Dm755 "${srcdir}/$pkgname-$pkgver"/chkcryptoboot-profilealert.sh "${pkgdir}"/etc/profile.d/chkcryptoboot-profilealert.sh
+ install -Dm755 "$srcdir/$pkgname-$pkgver"/chkcryptoboot-profilealert.sh "${pkgdir}"/etc/profile.d/chkcryptoboot-profilealert.sh
+ install -Dm644 "$srcdir/$pkgname-$pkgver/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}