summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorclintval2018-01-21 17:41:41 -0800
committerclintval2018-01-21 17:41:41 -0800
commit4547f4fc9fa6b5abe74a23d05829c86c96af36d6 (patch)
tree9c7d87ef5c3feb48c5f34fad91f0c7b55cd697ab
parentda4e4b4cd176cd5332d4c62010bee0e3b3591a53 (diff)
downloadaur-python-multiqc.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 aaf9609087eb..e1f571dcc20a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,11 +20,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