summaryrefslogtreecommitdiff
path: root/community/neatx
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-04-18 00:01:47 +0000
committerroot <root@rshg054.dnsready.net>2012-04-18 00:01:47 +0000
commit637c1cfdcd258a870ad5367cbf47a8a2799039c7 (patch)
tree04dabe84f2527ce4ef85b0905f186ebb93cacdb9 /community/neatx
parent0fb510ac9b1defac6c3d54a68eccd7e18635b474 (diff)
Wed Apr 18 00:01:47 UTC 2012
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 b3e0f345b..dd7628a23 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')
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"