summaryrefslogtreecommitdiffstats
path: root/system/pymux/pymux.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/pymux/pymux.SlackBuild')
-rw-r--r--system/pymux/pymux.SlackBuild5
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 \