summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-11-01 23:32:41 +0000
committerSam James <sam@gentoo.org>2022-11-01 23:32:41 +0000
commit3166b03a17604fcb8be69b6cee56c0231ea979c6 (patch)
tree70e4adf73451147a32c6d2b73e0aa44c05d92eee /dev-vcs
parentdev-vcs/git-crypt: add openssl 3 bug ref (diff)
downloadgentoo-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.ebuild2
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
}