diff options
author | Sam James <sam@gentoo.org> | 2022-11-01 23:32:41 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-11-01 23:32:41 +0000 |
commit | 3166b03a17604fcb8be69b6cee56c0231ea979c6 (patch) | |
tree | 70e4adf73451147a32c6d2b73e0aa44c05d92eee /dev-vcs | |
parent | dev-vcs/git-crypt: add openssl 3 bug ref (diff) | |
download | gentoo-3166b03a17604fcb8be69b6cee56c0231ea979c6.tar.gz gentoo-3166b03a17604fcb8be69b6cee56c0231ea979c6.tar.bz2 gentoo-3166b03a17604fcb8be69b6cee56c0231ea979c6.zip |
dev-vcs/git-crypt: use dodir
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/git-crypt/git-crypt-0.7.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |