summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorclintval2018-01-21 17:41:41 -0800
committerclintval2018-01-21 17:41:41 -0800
commit3cf69597490d79139c89c79e514a41a150751d91 (patch)
tree5012574e996db355c43e4089486ff4b9101fa0ca
parentffbdb68d8a71731dffda8f56fc44244d293d32aa (diff)
downloadaur-3cf69597490d79139c89c79e514a41a150751d91.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 e416290b3496..7d619619e157 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