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

Jan Steffens heftig at archlinux.org
Sat Feb 22 00:43:57 UTC 2020


    Date: Saturday, February 22, 2020 @ 00:43:56
  Author: heftig
Revision: 376016

FS#64279 Build htmldocs separately

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-22 00:41:38 UTC (rev 376015)
+++ PKGBUILD	2020-02-22 00:43:56 UTC (rev 376016)
@@ -58,7 +58,8 @@
 
 build() {
   cd $_srcname
-  make bzImage modules htmldocs
+  make all
+  make htmldocs
 }
 
 _package() {



More information about the arch-commits mailing list