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

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


    Date: Saturday, February 22, 2020 @ 00:45:03
  Author: heftig
Revision: 376017

FS#64279 Build htmldocs separately

Modified:
  linux-lts/trunk/PKGBUILD

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

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



More information about the arch-commits mailing list