commit: a8e2d32bbe9985a83540ac687dc8ae71c4aa1b6a
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 29 13:33:20 2024 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sun Dec 29 14:00:09 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8e2d32b
app-shells/atuin: use dobin instead of doexe
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
app-shells/atuin/atuin-18.4.0.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/app-shells/atuin/atuin-18.4.0.ebuild
b/app-shells/atuin/atuin-18.4.0.ebuild
index 7a145f35f0f8..6b9bb0371321 100644
--- a/app-shells/atuin/atuin-18.4.0.ebuild
+++ b/app-shells/atuin/atuin-18.4.0.ebuild
@@ -610,8 +610,7 @@ src_test() {
}
src_install() {
- exeinto "/usr/bin"
- doexe "${ATUIN_BIN}"
+ dobin "${ATUIN_BIN}"
if use server; then
systemd_dounit "${FILESDIR}/atuin.service"