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

Sergej Pupykin spupykin at nymeria.archlinux.org
Tue Dec 3 09:49:19 UTC 2013


    Date: Tuesday, December 3, 2013 @ 10:49:19
  Author: spupykin
Revision: 101982

upgpkg: python-docs 3.3.3-2

upd

Modified:
  python-docs/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-12-03 09:49:12 UTC (rev 101981)
+++ PKGBUILD	2013-12-03 09:49:19 UTC (rev 101982)
@@ -4,7 +4,7 @@
 
 pkgname=python-docs
 pkgver=3.3.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Set of HTML documentation for python"
 arch=('any')
 url="http://docs.python.org/py3k/"
@@ -20,6 +20,6 @@
   find $pkgdir/usr/share/doc/python/html/ -type f -exec chmod 0644 {} \;
   find $pkgdir/usr/share/doc/python/html/ -type d -exec chmod 0755 {} \;
   install -dm0755 $pkgdir/etc/profile.d
-  echo "export PYTHONDOCS=/usr/share/doc/python/html" >$pkgdir/etc/profile.d/$pkgname.sh
-  echo "setenv PYTHONDOCS /usr/share/doc/python/html" >$pkgdir/etc/profile.d/$pkgname.csh
+  echo "export PYTHONDOCS=/usr/share/doc/python/html/library" >$pkgdir/etc/profile.d/$pkgname.sh
+  echo "setenv PYTHONDOCS /usr/share/doc/python/html/library" >$pkgdir/etc/profile.d/$pkgname.csh
 }




More information about the arch-commits mailing list