summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorandalenavals2018-01-07 12:33:27 -0500
committerandalenavals2018-01-07 12:33:27 -0500
commit438fd8cfced9402e2824fd478a02bac40e498562 (patch)
tree555fd2a80d24b713beb617c03d9ab13605b23485
parentdbc1843a86872832cf1db0a8690ecc0d085f7d16 (diff)
downloadaur-438fd8cfced9402e2824fd478a02bac40e498562.tar.gz
new name for binary for python2
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e83368a5ae93..476d0041c8fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -54,5 +54,7 @@ package_python2-treecorr-git() {
depends=('python2')
cd "${_pkgname}"
python2 setup.py install --root=${pkgdir} --prefix=/usr --optimize=1
+ mv ${pkgdir}/usr/bin/corr2 ${pkgdir}/usr/bin/corr2_py2
+ mv ${pkgdir}/usr/bin/corr3 ${pkgdir}/usr/bin/corr3_py2
install -Dm644 TreeCorr_LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
} \ No newline at end of file