audio/volti: Fix assertion.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2016-03-11 05:31:23 +07:00
parent b463ef151d
commit 6398be89ba

View file

@ -23,7 +23,7 @@
PRGNAM=volti
VERSION=${VERSION:-0.2.3}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@ -73,6 +73,8 @@ python setup.py install --prefix=/usr --root=$PKG
# Fix bad location of man pages
mv $PKG/usr/share/man $PKG/usr
sed -i "s|assert dbus.version >= (0, 80, 0)|assert dbus.version >= [0, 80, 0]|g" $PKG/usr/bin/volti
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true