Sfoglia il codice sorgente

Not sure why facing modules issue

Donald Carr 4 anni fa
parent
commit
5eeb4df935
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      PKGBUILD

+ 1 - 0
PKGBUILD

@@ -52,6 +52,7 @@ build() {
   fi
 
   ${_make_cmd} all 2>&1 | tee ${log_path}
+  ${_make_cmd} modules 2>&1 | tee ${log_path}
 
   if [ -n "${LOCAL_PI_VER}" ]; then
     ${_make_cmd} dtbs 2>&1 | tee -a ${log_path}