diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2019-05-13 20:43:20 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2019-05-13 20:43:20 +0100 |
commit | 363938604a5e29e495b6cf556c20a280f1074550 (patch) | |
tree | ba211fc9bbc79fecd0a69d944ac7d2523e945c62 | |
parent | profiles/common: add sys-kernel/linux-firmware to @system (diff) | |
download | portage-363938604a5e29e495b6cf556c20a280f1074550.tar.xz |
eclass/linux-build: drop outdated comment
-rw-r--r-- | eclass/linux-build.eclass | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/eclass/linux-build.eclass b/eclass/linux-build.eclass index 20e056d0..701bd3cc 100644 --- a/eclass/linux-build.eclass +++ b/eclass/linux-build.eclass @@ -409,7 +409,6 @@ _linux-build_src_install_build() { insinto /lib doins -r "${WORKDIR}/lib/modules" - # No need to make firmware_install, make modules_install does if [[ -e "${WORKDIR}/lib/firmware" ]] ; then einfo "Installing firmwares" |