diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-04-22 04:22:06 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-04-22 04:22:06 -0300 |
commit | 1689043e4f2dc03cce2ec15a2fcc4cabdfc6484b (patch) | |
tree | c008dbed9c4c8d9b39b1915b7fa0fd1bc123ea2a /pcr/trytond-account-invoice | |
parent | 032a30cdb6c32ecbfa4070998079c7b713434de9 (diff) | |
download | abslibre-1689043e4f2dc03cce2ec15a2fcc4cabdfc6484b.tar.gz abslibre-1689043e4f2dc03cce2ec15a2fcc4cabdfc6484b.tar.bz2 abslibre-1689043e4f2dc03cce2ec15a2fcc4cabdfc6484b.zip |
trytond-account-invoice: fixing issues
Diffstat (limited to 'pcr/trytond-account-invoice')
-rw-r--r-- | pcr/trytond-account-invoice/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pcr/trytond-account-invoice/PKGBUILD b/pcr/trytond-account-invoice/PKGBUILD index ca925d924..0a62b6961 100644 --- a/pcr/trytond-account-invoice/PKGBUILD +++ b/pcr/trytond-account-invoice/PKGBUILD @@ -16,5 +16,5 @@ md5sums=("c44b9cbde537b3d54e0fd45b5fbf2943") package() { cd $srcdir/$_pkgname-$pkgver - python setup.py install --root=$pkgdir + python2 setup.py install --root=$pkgdir } |