summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAnton Mueller2019-02-19 16:06:31 +0100
committerAnton Mueller2019-02-19 16:06:31 +0100
commitbfcb289c21f510f171bb11af9ee7c54f202944d0 (patch)
tree1def4b0f2af7518dfbb887ff4eafaf6222f34311 /PKGBUILD
parent9bd5bae3d47880a398672e661997babb18c5f355 (diff)
downloadaur-bfcb289c21f510f171bb11af9ee7c54f202944d0.tar.gz
added alternative package name and corrected line with instructions to install package
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6544b045cb5c..527ab834db67 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,7 @@
# Maintainer therojam <archlinux@therojam.xyz>
pkgname=yubikey-full-disk-encryption-git
+_pkgname=yubikey-full-disk-encryption
pkgver=r82.a2843e1
pkgrel=1
pkgdesc='Use YubiKey to unlock a LUKS partition'
@@ -20,5 +21,5 @@ pkgver() {
package() {
cd "${pkgname}"
- make DESTDIR="${pkgdir}" instal
+ make DESTDIR="${pkgdir}" install
}