summaryrefslogtreecommitdiff
path: root/social
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <andre@pc-01.localdomain>2012-06-10 22:07:06 -0300
committerAndré Fabian Silva Delgado <andre@pc-01.localdomain>2012-06-10 22:07:06 -0300
commit6d006ae5a02b1276e0fe231c95a23465e126e759 (patch)
treeb8ae392a95aa9d5109354603299d931ec5f7c832 /social
parentbf5674278a706d48fab148149c998c012f3ba7ee (diff)
trytond-2.4.0-1: fixing issues on PKGBUILD
Diffstat (limited to 'social')
-rw-r--r--social/trytond/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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
}