commit: 66a2fe371990ac72fedd235de2e0f0d23c222648 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> AuthorDate: Mon Aug 2 01:40:10 2021 +0000 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> CommitDate: Mon Aug 2 01:40:20 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66a2fe37
app-admin/puppet-agent: set correct symlink for libcrypt.so.1 Closes: https://bugs.gentoo.org/805347 Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org> .../{puppet-agent-7.9.0-r2.ebuild => puppet-agent-7.9.0-r3.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/puppet-agent/puppet-agent-7.9.0-r2.ebuild b/app-admin/puppet-agent/puppet-agent-7.9.0-r3.ebuild similarity index 95% rename from app-admin/puppet-agent/puppet-agent-7.9.0-r2.ebuild rename to app-admin/puppet-agent/puppet-agent-7.9.0-r3.ebuild index 3b7141fcc4b..c24ff0f353a 100644 --- a/app-admin/puppet-agent/puppet-agent-7.9.0-r2.ebuild +++ b/app-admin/puppet-agent/puppet-agent-7.9.0-r3.ebuild @@ -70,7 +70,7 @@ src_install() { dosym ../../opt/puppetlabs/bin/facter /usr/bin/facter dosym ../../opt/puppetlabs/bin/hiera /usr/bin/hiera dosym ../../opt/puppetlabs/bin/puppet /usr/bin/puppet - dosym ../../../../lib/libcrypt.so.1 /opt/puppetlabs/puppet/lib/libcrypt.so.1 + dosym ../../../../usr/lib/libcrypt.so.1 /opt/puppetlabs/puppet/lib/libcrypt.so.1 } pkg_postinst() {
