From 4077e06e6e7b3e4bf430f75e5883eb2c8cb1a95d Mon Sep 17 00:00:00 2001 From: Roberto Oliveira Date: Tue, 28 Mar 2017 23:23:36 +0000 Subject: comunity/libteam: fix path when changing directory Adjust path to a valid one when changing directory --- community/libteam/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'community/libteam/APKBUILD') 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 -- cgit v1.2.3