net-wireless/wpa_supplicant: remove ${EROOT} from DOC_CONTENTS

pkgcheck warns about using EROOT in global scope.

Signed-off-by: Mike Gilbert <floppym@gentoo.org>
This commit is contained in:
Mike Gilbert
2024-05-07 21:25:10 -04:00
parent ace10427ce
commit 7078bba0d1
3 changed files with 6 additions and 6 deletions

View File

@@ -59,9 +59,9 @@ BDEPEND="virtual/pkgconfig"
DOC_CONTENTS="
If this is a clean installation of wpa_supplicant, you
have to create a configuration file named
${EROOT}/etc/wpa_supplicant/wpa_supplicant.conf
/etc/wpa_supplicant/wpa_supplicant.conf
An example configuration file is available for reference in
${EROOT}/usr/share/doc/${PF}/
/usr/share/doc/${PF}/
"
S="${WORKDIR}/${P}/${PN}"

View File

@@ -59,9 +59,9 @@ BDEPEND="virtual/pkgconfig"
DOC_CONTENTS="
If this is a clean installation of wpa_supplicant, you
have to create a configuration file named
${EROOT}/etc/wpa_supplicant/wpa_supplicant.conf
/etc/wpa_supplicant/wpa_supplicant.conf
An example configuration file is available for reference in
${EROOT}/usr/share/doc/${PF}/
/usr/share/doc/${PF}/
"
S="${WORKDIR}/${P}/${PN}"

View File

@@ -59,9 +59,9 @@ BDEPEND="virtual/pkgconfig"
DOC_CONTENTS="
If this is a clean installation of wpa_supplicant, you
have to create a configuration file named
${EROOT}/etc/wpa_supplicant/wpa_supplicant.conf
/etc/wpa_supplicant/wpa_supplicant.conf
An example configuration file is available for reference in
${EROOT}/usr/share/doc/${PF}/
/usr/share/doc/${PF}/
"
S="${WORKDIR}/${P}/${PN}"