sys-kernel/linux-firmware: update saveconfig logic
authorThomas Deutschmann <whissi@gentoo.org>
Fri, 16 Aug 2019 20:05:39 +0000 (22:05 +0200)
committerThomas Deutschmann <whissi@gentoo.org>
Fri, 16 Aug 2019 20:10:58 +0000 (22:10 +0200)
Bug: https://bugs.gentoo.org/686296
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
sys-kernel/linux-firmware/linux-firmware-20190603.ebuild

index 201fc7065ce3dda7bf9a7a64315bc056b04c3b8d..963f0f102bd7fec2be4ba0cf3ae20de353e0bead 100644 (file)
@@ -263,9 +263,7 @@ src_prepare() {
 }
 
 src_install() {
-       if use !savedconfig; then
-               save_config ${PN}.conf
-       fi
+       save_config ${PN}.conf
        rm ${PN}.conf || die
 
        if ! ( shopt -s failglob; : * ) 2>/dev/null; then