summaryrefslogtreecommitdiff
path: root/extra/brltty
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-12-25 02:32:08 -0800
committerroot <root@rshg054.dnsready.net>2012-12-25 02:32:08 -0800
commit6fbdd2899f39266e458531dcffefb85b9ce8d1b9 (patch)
tree7d290e717ddd4dab90362a017be197c551dd2ae0 /extra/brltty
parent6003fa8908f984a4696fade78b69a8803eabcc6c (diff)
Tue Dec 25 02:27:55 PST 2012
Diffstat (limited to 'extra/brltty')
-rw-r--r--extra/brltty/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/extra/brltty/PKGBUILD b/extra/brltty/PKGBUILD
index de38d7e18..87de7f300 100644
--- a/extra/brltty/PKGBUILD
+++ b/extra/brltty/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 172193 2012-12-02 04:25:56Z stephane $
+# $Id: PKGBUILD 173838 2012-12-25 00:34:16Z foutrelis $
# Maintainer:
# Contributor: Jan de Groot <jgc@archlinux.org>
# Contributor: Giovanni Scafora <giovanni@archlinux.org>
pkgname=brltty
pkgver=4.4
-pkgrel=1
+pkgrel=2
pkgdesc="Braille display driver for Linux/Unix"
arch=('i686' 'x86_64')
url="http://mielke.cc/brltty"
@@ -26,6 +26,7 @@ md5sums=('8ebe96efe679f5f6ccff08928fec5b26'
'7acecd700b9f94d76fe4a6ad56cb0448')
build() {
cd "$srcdir/$pkgname-$pkgver"
+ sed -i 's|/usr/bin/python|/usr/bin/python2|' Tables/latex-access.ctb
./configure --prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \