summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorclintval2018-01-21 17:41:41 -0800
committerclintval2018-01-21 17:41:41 -0800
commit942b9d18514648fb642967f4619eccccf4e6c06e (patch)
tree8f15abacb8cd6dd4aee8e566d811a52dafe6640a /PKGBUILD
parentc0724fc7eeaf5d419039a40d0c7b97a406564097 (diff)
downloadaur-942b9d18514648fb642967f4619eccccf4e6c06e.tar.gz
Removed redundant package install operation
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 0 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d66f80b5a32c..e5e220bbffbf 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