diff options
Diffstat (limited to 'app-crypt/usbkey/usbkey-0.2-r1.ebuild')
-rw-r--r-- | app-crypt/usbkey/usbkey-0.2-r1.ebuild | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/app-crypt/usbkey/usbkey-0.2-r1.ebuild b/app-crypt/usbkey/usbkey-0.2-r1.ebuild index ccb8b4e..20ac8ad 100644 --- a/app-crypt/usbkey/usbkey-0.2-r1.ebuild +++ b/app-crypt/usbkey/usbkey-0.2-r1.ebuild @@ -1,4 +1,4 @@ -EAPI=6 +EAPI=7 VER="${PV%-r*}" @@ -21,15 +21,11 @@ dev-libs/openssl RDEPEND="${DEPEND}" src_install() { - dodir /usr/bin - exeinto /usr/bin - doexe "${S}/usbkey" + dobin "${S}/usbkey" - dodir /usr/share/bash-completion/completions insinto /usr/share/bash-completion/completions newins "${S}/bash_completions" usbkey - dodir /usr/share/zsh/site-functions insinto /usr/share/zsh/site-functions newins "${S}/zsh_completions" _usbkey } |