diff options
author | 2024-07-12 08:05:59 +0100 | |
---|---|---|
committer | 2024-07-12 08:06:27 +0100 | |
commit | 84abb13dfe99bb005abc555afb891bf759192ad7 (patch) | |
tree | cbee48e891aff0e1f5f49b92193b0b08977c177e /dev-build | |
parent | dev-ruby/method_source: drop 1.0.0 (diff) | |
download | gentoo-84abb13dfe99bb005abc555afb891bf759192ad7.tar.gz gentoo-84abb13dfe99bb005abc555afb891bf759192ad7.tar.bz2 gentoo-84abb13dfe99bb005abc555afb891bf759192ad7.zip |
dev-build/automake: fix docompress call
Bug: https://bugs.gentoo.org/935880
Bug: https://bugs.gentoo.org/935879
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-build')
-rw-r--r-- | dev-build/automake/automake-1.17-r1.ebuild (renamed from dev-build/automake/automake-1.17.ebuild) | 2 | ||||
-rw-r--r-- | dev-build/automake/automake-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-build/automake/automake-1.17.ebuild b/dev-build/automake/automake-1.17-r1.ebuild index 36b8c26e2d1c..eeadb43cf475 100644 --- a/dev-build/automake/automake-1.17.ebuild +++ b/dev-build/automake/automake-1.17-r1.ebuild @@ -144,5 +144,5 @@ src_install() { INFOPATH="${infopath}" EOF - docompress "${MY_INFODIR}" + docompress "${infopath}" } diff --git a/dev-build/automake/automake-9999.ebuild b/dev-build/automake/automake-9999.ebuild index 36b8c26e2d1c..eeadb43cf475 100644 --- a/dev-build/automake/automake-9999.ebuild +++ b/dev-build/automake/automake-9999.ebuild @@ -144,5 +144,5 @@ src_install() { INFOPATH="${infopath}" EOF - docompress "${MY_INFODIR}" + docompress "${infopath}" } |