summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorclintval2018-01-21 17:41:41 -0800
committerclintval2018-01-21 17:41:41 -0800
commitc7ec5f4b0ab18c55f406396764c5bcfca319103f (patch)
treea1affec7c62aca2070b5679d6635c31fa3b00c90
parentd3da427527128102f443f526648805b892f7cae2 (diff)
downloadaur-c7ec5f4b0ab18c55f406396764c5bcfca319103f.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 022d80616283..5d0687a15b6a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,11 +21,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