summaryrefslogtreecommitdiff
path: root/community/neatx
diff options
context:
space:
mode:
Diffstat (limited to 'community/neatx')
-rw-r--r--community/neatx/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/neatx/PKGBUILD b/community/neatx/PKGBUILD
index a67c2df6e..e59f6f61c 100644
--- a/community/neatx/PKGBUILD
+++ b/community/neatx/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 66247 2012-02-23 05:19:47Z spupykin $
+# $Id: PKGBUILD 69462 2012-04-16 14:21:32Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Nicolas Doualot <packages@slubman.info>
pkgname=neatx
pkgver=0.3.1
-pkgrel=11
+pkgrel=12
pkgdesc="A free NX server by google"
arch=('i686' 'x86_64' 'mips64el')
url="http://code.google.com/p/neatx/"
@@ -24,7 +24,7 @@ build() {
cd "$srcdir/$pkgname-$pkgver"
patch -i "$srcdir/constants.archlinux.patch" -p2
- ./configure --prefix=/usr --localstatedir=/var RST2HTML=/usr/bin/rst2html
+ ./configure --prefix=/usr --localstatedir=/var RST2HTML=/usr/bin/rst2html2
make
make DESTDIR="$pkgdir/" install
chmod 777 "$pkgdir/var/lib/neatx/sessions"