From 6d006ae5a02b1276e0fe231c95a23465e126e759 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Sun, 10 Jun 2012 22:07:06 -0300 Subject: trytond-2.4.0-1: fixing issues on PKGBUILD --- social/trytond/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'social/trytond') diff --git a/social/trytond/PKGBUILD b/social/trytond/PKGBUILD index 9f8348f06..237c599f9 100644 --- a/social/trytond/PKGBUILD +++ b/social/trytond/PKGBUILD @@ -26,5 +26,5 @@ build() { cd $srcdir/$pkgname-$pkgver python2 setup.py install --root=$pkgdir install -D -m644 etc/trytond.conf $pkgdir/etc/trytond.conf - install -D -m755 $startdir/trytond.rc $pkgdir/etc/rc.d/trytond + install -D -m755 $srcdir/trytond.rc $pkgdir/etc/rc.d/trytond } -- cgit v1.2.3