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

Sven-Hendrik Haase svenstaro at archlinux.org
Sun Jan 17 11:30:34 UTC 2016


    Date: Sunday, January 17, 2016 @ 12:30:33
  Author: svenstaro
Revision: 157080

We don't need to make docs manually when using release builds

Modified:
  ansible/trunk/PKGBUILD

----------+
 PKGBUILD |    2 --
 1 file changed, 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-01-17 11:29:28 UTC (rev 157079)
+++ PKGBUILD	2016-01-17 11:30:33 UTC (rev 157080)
@@ -23,8 +23,6 @@
 build() {
   cd ${pkgname}-${pkgver}
   python2 setup.py build
-
-  # make docs
 }
 
 package() {



More information about the arch-commits mailing list