diff options
Diffstat (limited to 'community/libteam')
-rw-r--r-- | community/libteam/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/libteam/APKBUILD b/community/libteam/APKBUILD index 7949eff514..d54e108e51 100644 --- a/community/libteam/APKBUILD +++ b/community/libteam/APKBUILD @@ -49,7 +49,7 @@ py() { python2 ./setup.py build || return 1 cd ../python3 python3 ./setup.py build || return 1 - cd binding/python + cd ../python python2 ./setup.py install --root "$subpkgdir" -O1 || return 1 cd ../python3 python3 ./setup.py install --root "$subpkgdir" -O1 || return 1 |