diff options
Diffstat (limited to 'python')
-rw-r--r-- | python/terminado/README | 4 | ||||
-rw-r--r-- | python/terminado/terminado.SlackBuild | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/python/terminado/README b/python/terminado/README index e42d4a4779771..54baa522ae41a 100644 --- a/python/terminado/README +++ b/python/terminado/README @@ -1,2 +1,2 @@ -Terminado is a Tornado websocket backend for the term.js Javascript terminal -emulator library. +Terminado is a Tornado websocket backend for the term.js Javascript +terminal emulator library. diff --git a/python/terminado/terminado.SlackBuild b/python/terminado/terminado.SlackBuild index 2e2379347f65d..81c7ca3a24cd7 100644 --- a/python/terminado/terminado.SlackBuild +++ b/python/terminado/terminado.SlackBuild @@ -69,6 +69,7 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; +python2 setup.py install --root=$PKG python3 setup.py install --root=$PKG find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ |