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

Felix Yan felixonmars at archlinux.org
Wed Apr 25 13:06:44 UTC 2018


    Date: Wednesday, April 25, 2018 @ 13:06:43
  Author: felixonmars
Revision: 318011

upgpkg: python-webob 1.8.1-1

Modified:
  python-webob/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-25 13:06:11 UTC (rev 318010)
+++ PKGBUILD	2018-04-25 13:06:43 UTC (rev 318011)
@@ -31,7 +31,6 @@
   python2 setup.py build
 
   cd "$srcdir"/WebOb-$pkgver-docs
-  mkdir -p build/sphinx/html
   PYTHONPATH="$PWD/src" make -C docs html
 }
 
@@ -67,7 +66,7 @@
   cd "$srcdir"/WebOb-$pkgver-docs
   _doc_dir="$pkgdir"/usr/share/docs/python-webob
   mkdir -p "$_doc_dir"
-  cp -a "build/sphinx/html" "$_doc_dir"
+  cp -a "docs/_build/html" "$_doc_dir"
   install -D -m644 "docs/license.txt" \
                    "$pkgdir"/usr/share/licenses/$pkgname/license.txt
 }



More information about the arch-commits mailing list