diff options
author | kali <kali@leap.se> | 2013-05-07 23:03:24 +0900 |
---|---|---|
committer | kali <kali@leap.se> | 2013-05-11 21:59:59 +0900 |
commit | 89805e33ca85616fdea351b8ce0652adf2c99e2c (patch) | |
tree | 9343c9230fb39369bbfb4a50d960a27d098c2d7d /pkg/scripts/leap_client_bootstrap.sh | |
parent | 7126aad25c3dd45bfe026ba1ad383bf5476ffb15 (diff) |
fix pyqt references
Diffstat (limited to 'pkg/scripts/leap_client_bootstrap.sh')
-rw-r--r-- | pkg/scripts/leap_client_bootstrap.sh | 2 |
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! =)" |