mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
audio/wireplumber: Fixed typo. Build bumped.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
550c539f61
commit
0a2923488c
2 changed files with 3 additions and 2 deletions
|
@ -40,7 +40,7 @@ if [ -f /etc/xdg/autostart/pipewire.desktop ] ; then
|
|||
fi
|
||||
|
||||
echo "Pipewire Media Session enabled as media session server."
|
||||
if ps ax | grep -q pipewire ; then
|
||||
if ps ax | grep -q wireplumber ; then
|
||||
echo
|
||||
echo "You may need to stop running daemon/wireplumber processes."
|
||||
echo "The clean way is to run these commands as the user that owns the processes:"
|
||||
|
|
|
@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=wireplumber
|
||||
VERSION=${VERSION:-0.4.7}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
|
@ -142,3 +142,4 @@ cat $CWD/doinst.sh > $PKG/install/doinst.sh
|
|||
|
||||
cd $PKG
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE
|
||||
|
||||
|
|
Loading…
Reference in a new issue