Ver código fonte

Not sure why facing modules issue

Donald Carr 4 anos atrás
pai
commit
5eeb4df935
1 arquivos alterados com 1 adições e 0 exclusões
  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}