Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-crypt/
Date: Tue, 01 Nov 2022 23:32:52
Message-Id: 1667345561.3166b03a17604fcb8be69b6cee56c0231ea979c6.sam@gentoo
1 commit: 3166b03a17604fcb8be69b6cee56c0231ea979c6
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 1 23:32:41 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 1 23:32:41 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3166b03a
7
8 dev-vcs/git-crypt: use dodir
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-vcs/git-crypt/git-crypt-0.7.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-vcs/git-crypt/git-crypt-0.7.0.ebuild b/dev-vcs/git-crypt/git-crypt-0.7.0.ebuild
16 index 8d7bbe2dd685..d9424c732212 100644
17 --- a/dev-vcs/git-crypt/git-crypt-0.7.0.ebuild
18 +++ b/dev-vcs/git-crypt/git-crypt-0.7.0.ebuild
19 @@ -30,6 +30,6 @@ src_configure() {
20 }
21
22 src_install() {
23 - mkdir -p "${D}"/usr/bin || die
24 + dodir /usr/bin
25 emake PREFIX="${D}"/usr install
26 }