From 9ce1f884a55f829da899565187ab2e2219b4b67f Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Thu, 22 Oct 2020 18:23:07 +0300 Subject: Enable modprobed.db --- PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 1672e43..6bc9bbc 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -132,10 +132,10 @@ prepare() { make olddefconfig -# if [ -f $HOME/.config/modprobed.db ]; then -# echo "Running make localmodconfig" -# make LSMOD=$HOME/.config/modprobed.db localmodconfig -# fi + if [ -f $HOME/.config/modprobed.db ]; then + echo "Running make localmodconfig" + make LSMOD=$HOME/.config/modprobed.db localmodconfig + fi if [ "$_custom" == "1" ]; then make menuconfig -- cgit v1.2.1