aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-03-14 14:30:04 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-03-14 15:44:04 -0300
commit2a667d47d231e704aef006e33209db53d1487440 (patch)
tree9acfb60c8eacfff3339eb2ef48b1e09ff2842dc0
parentcce6cb9ea9e1cfaa90c712d7b14e80e45440b66d (diff)
downloadaports-2a667d47d231e704aef006e33209db53d1487440.tar.bz2
aports-2a667d47d231e704aef006e33209db53d1487440.tar.xz
main/py3-mock: modernize
-rw-r--r--main/py3-mock/APKBUILD2
1 files changed, 0 insertions, 2 deletions
diff --git a/main/py3-mock/APKBUILD b/main/py3-mock/APKBUILD
index 162434a440..45ea092157 100644
--- a/main/py3-mock/APKBUILD
+++ b/main/py3-mock/APKBUILD
@@ -17,12 +17,10 @@ replaces="py-mock" # Backwards compatibility
provides="py-mock=$pkgver-r$pkgrel" # Backwards compatibility
build() {
- cd "$builddir"
python3 setup.py build
}
package() {
- cd "$builddir"
python3 setup.py install --prefix=/usr --root="$pkgdir"
}