fix links

This commit is contained in:
Thomas Weißschuh 2015-02-15 23:12:12 +00:00
parent a0868a4bc9
commit 03784b7908
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = ipython-mathjax
pkgdesc = mathjax files for usage in the ipython notebook
pkgver = 2
pkgver = 3
pkgrel = 1
url = http://ipython.org/ipython-doc/stable/install/install.html#mathjax
arch = any

View file

@ -1,7 +1,7 @@
# Maintainer: Thomas Weißschuh <thomas_weissschuh lavabit com>
# Maintainer: Thomas Weißschuh <thomas t-8ch de>
pkgname=ipython-mathjax
pkgver=2
pkgver=3
pkgrel=1
pkgdesc="mathjax files for usage in the ipython notebook"
url='http://ipython.org/ipython-doc/stable/install/install.html#mathjax'
@ -12,9 +12,9 @@ optdepends=('ipython: for use with ipython'
'ipython2: for use with ipython2')
package() {
install -d "${pkgdir}/usr/lib/python3.3/site-packages/IPython/html/static"
install -d "${pkgdir}/usr/lib/python3.4/site-packages/IPython/html/static"
install -d "${pkgdir}/usr/lib/python2.7/site-packages/IPython/html/static"
ln -s "/usr/share/mathjax" "${pkgdir}/usr/lib/python3.3/site-packages/IPython/html/static/mathjax"
ln -s "/usr/share/mathjax" "${pkgdir}/usr/lib/python3.4/site-packages/IPython/html/static/mathjax"
ln -s "/usr/share/mathjax" "${pkgdir}/usr/lib/python2.7/site-packages/IPython/html/static/mathjax"
}