summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorclintval2018-01-21 17:41:41 -0800
committerclintval2018-01-21 17:41:41 -0800
commit62b21bb4416911d7a0d5fa050789faeaea479a3d (patch)
tree62b21a7d148ab514fe929132c81e028b9a771479 /PKGBUILD
parentba4972fc51f6c3a29ee9fbc5a026f7a85af29018 (diff)
downloadaur-62b21bb4416911d7a0d5fa050789faeaea479a3d.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 38ce555e621e..f252cfd3a44e 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