commit:     84abb13dfe99bb005abc555afb891bf759192ad7
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 12 07:05:59 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 12 07:06:27 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84abb13d

dev-build/automake: fix docompress call

Bug: https://bugs.gentoo.org/935880
Bug: https://bugs.gentoo.org/935879
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-build/automake/{automake-1.17.ebuild => automake-1.17-r1.ebuild} | 2 +-
 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
similarity index 99%
rename from dev-build/automake/automake-1.17.ebuild
rename to 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}"
 }

Reply via email to