summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorclintval2018-01-21 17:41:41 -0800
committerclintval2018-01-21 17:41:41 -0800
commit83479144abcc4438f0bf23a526e9bbc23f9c9f8e (patch)
tree51f1731338781bef640453ed94bcc37eab512643
parent18cbaf6781283060777d545714027efdf650b3fb (diff)
downloadaur-83479144abcc4438f0bf23a526e9bbc23f9c9f8e.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 dcf104c7d229..c5f9aac3cc2d 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