diff options
Diffstat (limited to 'eclass/linux-mod.eclass')
-rw-r--r-- | eclass/linux-mod.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/linux-mod.eclass b/eclass/linux-mod.eclass index aea2a38f233e..79c33b34f6df 100644 --- a/eclass/linux-mod.eclass +++ b/eclass/linux-mod.eclass @@ -622,7 +622,7 @@ linux-mod_src_compile() { if [[ ! -f "${srcdir}/.built" ]]; then cd "${srcdir}" || die - ln -s "${S}"/Module.symvers Module.symvers || die + ln -s "${S}"/Module.symvers Module.symvers einfo "Preparing ${modulename} module" if [[ -n ${ECONF_PARAMS} ]]; then eqawarn "This package relies on the deprecated functionality of econf being called in linux-mod_src_compile (ECONF_PARAMS), which will go away in 30 days (20230107) (https://bugs.gentoo.org/340597)" |