diff options
author | André Fabian Silva Delgado <andre@pc-01.localdomain> | 2012-06-10 22:07:06 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <andre@pc-01.localdomain> | 2012-06-10 22:07:06 -0300 |
commit | 6d006ae5a02b1276e0fe231c95a23465e126e759 (patch) | |
tree | b8ae392a95aa9d5109354603299d931ec5f7c832 | |
parent | bf5674278a706d48fab148149c998c012f3ba7ee (diff) | |
download | abslibre-6d006ae5a02b1276e0fe231c95a23465e126e759.tar.gz abslibre-6d006ae5a02b1276e0fe231c95a23465e126e759.tar.bz2 abslibre-6d006ae5a02b1276e0fe231c95a23465e126e759.zip |
trytond-2.4.0-1: fixing issues on PKGBUILD
-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 } |