summaryrefslogtreecommitdiff
path: root/pkg/scripts
diff options
context:
space:
mode:
authorkali <kali@leap.se>2013-05-07 23:03:24 +0900
committerkali <kali@leap.se>2013-05-11 21:59:59 +0900
commit89805e33ca85616fdea351b8ce0652adf2c99e2c (patch)
tree9343c9230fb39369bbfb4a50d960a27d098c2d7d /pkg/scripts
parent7126aad25c3dd45bfe026ba1ad383bf5476ffb15 (diff)
fix pyqt references
Diffstat (limited to 'pkg/scripts')
-rw-r--r--pkg/scripts/leap_client_bootstrap.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/scripts/leap_client_bootstrap.sh b/pkg/scripts/leap_client_bootstrap.sh
index 6c302d3f..dcde64f9 100644
--- a/pkg/scripts/leap_client_bootstrap.sh
+++ b/pkg/scripts/leap_client_bootstrap.sh
@@ -38,7 +38,7 @@ pip install -e 'git://leap.se/leap_client@develop#egg=leap-client'
cd leap-client-testbuild
-# symlink the pyqt libraries to the system libs
+# symlink the pyside libraries to the system libs
./src/leap-client/pkg/postmkvenv.sh
echo "${cc_green}leap-client installed! =)"