[arch-commits] Commit in linux-zen/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Sat Feb 22 00:45:34 UTC 2020


    Date: Saturday, February 22, 2020 @ 00:45:33
  Author: heftig
Revision: 376018

FS#64279 Build htmldocs separately

Modified:
  linux-zen/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-22 00:45:03 UTC (rev 376017)
+++ PKGBUILD	2020-02-22 00:45:33 UTC (rev 376018)
@@ -58,7 +58,8 @@
 
 build() {
   cd $_srcname
-  make bzImage modules htmldocs
+  make all
+  make htmldocs
 }
 
 _package() {



More information about the arch-commits mailing list