summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ec09d6eca017..63bca441acd2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,6 +19,7 @@ package() {
cd "${_gitname}"
git submodule update --init --recursive
+ cd client
# Install
python setup.py install --optimize=1 --root="${pkgdir}"