diff options
author | root <root@rshg054.dnsready.net> | 2012-06-11 03:50:01 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-06-11 03:50:01 +0000 |
commit | 306ac55c1e99cfb5801ef0d9acf2a11d3994d80d (patch) | |
tree | e136a61b0cf87647b42519d2e1552067ce45cc87 /social | |
parent | 4714cec7e8367a7618b168d0db4bc085dbfaac8a (diff) |
Mon Jun 11 03:50:00 UTC 2012
Diffstat (limited to 'social')
-rw-r--r-- | social/trytond/PKGBUILD | 2 |
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 } |