mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 03:53:22 -04:00
sys-libs/nss-tls: fix postinst phase
Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
@@ -52,7 +52,7 @@ src_install() {
|
||||
meson_src_install
|
||||
}
|
||||
|
||||
post_install() {
|
||||
pkg_postinst() {
|
||||
ewarn "Do Not put ip address of the server in nss-tls.conf"
|
||||
ewarn "use the dns name and add record of dns server in /etc/hosts"
|
||||
ewarn "echo "8.8.8.8 dns.google" >> /etc/hosts"
|
||||
|
||||
@@ -55,7 +55,7 @@ src_install() {
|
||||
meson_src_install
|
||||
}
|
||||
|
||||
post_install() {
|
||||
pkg_postinst() {
|
||||
ewarn "Do Not put ip address of the server in nss-tls.conf"
|
||||
ewarn "use the dns name and add record of dns server in /etc/hosts"
|
||||
ewarn "echo "8.8.8.8 dns.google" >> /etc/hosts"
|
||||
|
||||
Reference in New Issue
Block a user