diff options
-rw-r--r-- | dev-util/log4shelldetect/log4shelldetect-0.0.7.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/log4shelldetect/log4shelldetect-0.0.7.ebuild b/dev-util/log4shelldetect/log4shelldetect-0.0.7.ebuild index 578352422417..46ed42367c0d 100644 --- a/dev-util/log4shelldetect/log4shelldetect-0.0.7.ebuild +++ b/dev-util/log4shelldetect/log4shelldetect-0.0.7.ebuild @@ -4,7 +4,7 @@ EAPI=8 inherit go-module -DESCRIPTION="check for java programs vulnerable to log4shell" +DESCRIPTION="Check for java programs vulnerable to log4shell" HOMEPAGE="https://github.com/1lann/log4shelldetect" SRC_URI="https://github.com/1lann/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${P}-deps.tar.xz" @@ -18,6 +18,6 @@ src_compile() { } src_install() { -dobin log4shelldetect -dodoc README.md + dobin log4shelldetect + dodoc README.md } |