commit: 3166b03a17604fcb8be69b6cee56c0231ea979c6
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 1 23:32:41 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Nov 1 23:32:41 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3166b03a
dev-vcs/git-crypt: use dodir
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-vcs/git-crypt/git-crypt-0.7.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-vcs/git-crypt/git-crypt-0.7.0.ebuild
b/dev-vcs/git-crypt/git-crypt-0.7.0.ebuild
index 8d7bbe2dd685..d9424c732212 100644
--- a/dev-vcs/git-crypt/git-crypt-0.7.0.ebuild
+++ b/dev-vcs/git-crypt/git-crypt-0.7.0.ebuild
@@ -30,6 +30,6 @@ src_configure() {
}
src_install() {
- mkdir -p "${D}"/usr/bin || die
+ dodir /usr/bin
emake PREFIX="${D}"/usr install
}