diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2021-08-01 20:40:10 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2021-08-01 20:40:20 -0500 |
commit | 66a2fe371990ac72fedd235de2e0f0d23c222648 (patch) | |
tree | 86ec2d59c094e0ccadfe7de63b2b9a5bee753e9c /app-admin/puppet-agent | |
parent | x11-misc/mozo: Support python 3_9, 3_10 (diff) | |
download | gentoo-66a2fe371990ac72fedd235de2e0f0d23c222648.tar.gz gentoo-66a2fe371990ac72fedd235de2e0f0d23c222648.tar.bz2 gentoo-66a2fe371990ac72fedd235de2e0f0d23c222648.zip |
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@gentoo.org>
Diffstat (limited to 'app-admin/puppet-agent')
-rw-r--r-- | app-admin/puppet-agent/puppet-agent-7.9.0-r3.ebuild (renamed from app-admin/puppet-agent/puppet-agent-7.9.0-r2.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
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 index 3b7141fcc4b4..c24ff0f353a2 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() { |