summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorclintval2018-01-21 17:41:41 -0800
committerclintval2018-01-21 17:41:41 -0800
commit0c782a4b387c765e860cb2c808503895c2c8519f (patch)
tree6f3858d06738d466f5e3c3b4a07ebfed57a4376d /PKGBUILD
parent5d9e041cf8f78fab1a8c5c53f4d92255eaa4b059 (diff)
downloadaur-0c782a4b387c765e860cb2c808503895c2c8519f.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 db3a2b89269a..29e65c03552d 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