diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-03-07 21:16:12 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-03-12 06:42:46 +0700 |
commit | 88125b4334b330a3565e7df3d9f5eee6c4d8d33c (patch) | |
tree | f2d5b4c7ecddadbbff273cc57c832ff73aa9a8db /system/pymux/pymux.SlackBuild | |
parent | 7efd7c29bab21875f88ecfe95e2687a40a92b053 (diff) | |
download | slackbuilds-88125b4334b330a3565e7df3d9f5eee6c4d8d33c.tar.gz |
system/pymux: Updated for version 0.8.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'system/pymux/pymux.SlackBuild')
-rw-r--r-- | system/pymux/pymux.SlackBuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/system/pymux/pymux.SlackBuild b/system/pymux/pymux.SlackBuild index b9f4e81ec1..383c7f90a1 100644 --- a/system/pymux/pymux.SlackBuild +++ b/system/pymux/pymux.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=pymux -VERSION=${VERSION:-0.7} +VERSION=${VERSION:-0.8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -69,9 +69,6 @@ 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 {} \; -# Fix module import -sed -i "7s/pyte import ctrl/pyte import control as ctrl/" pymux/stream.py - python setup.py install --root=$PKG find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ |