diff options
author | kali <kali@leap.se> | 2013-05-07 23:03:24 +0900 |
---|---|---|
committer | kali <kali@leap.se> | 2013-05-07 23:03:24 +0900 |
commit | e6b7d52d827109d6fc8d79a28e8d46964e1ad94c (patch) | |
tree | af2a5a67acfb330da960372465e2566f2eca9d65 /pkg | |
parent | 96eaddedd7f09fcbcc390aedd7078aeecfa4c885 (diff) |
fix pyqt references
Diffstat (limited to 'pkg')
-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! =)" |