summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorclintval2018-01-21 17:41:41 -0800
committerclintval2018-01-21 17:41:41 -0800
commitea041b3570b230ec819aa0c4356cc7f53e61959a (patch)
treee8fd38f766e75964eabb1e55008f43aeafa0ddef
parent265d30c93bc6e0c8fa843a01b4c417692ef9d942 (diff)
downloadaur-ea041b3570b230ec819aa0c4356cc7f53e61959a.tar.gz
Removed redundant package install operation
-rw-r--r--PKGBUILD5
1 files changed, 0 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5132876975f5..95c384b709cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -26,11 +26,6 @@ prepare() {
cp -a "${_name}"-"${pkgver}"{,-py2}
}
-package() {
- cd "${srcdir}"/"${_name}"-"${pkgver}"
- python setup.py install --root="${pkgdir}/" --optimize=1
-}
-
build(){
cd "${srcdir}"/"${_name}"-"${pkgver}"
python setup.py build