[i3status-rust] enable pulseaudio

This commit is contained in:
Gwenhael Le Moine 2021-11-03 06:35:38 +01:00
parent 85f4471099
commit d5e9e48a84
No known key found for this signature in database
GPG key ID: FDFE3669426707A7

View file

@ -33,7 +33,7 @@ cp -R $REPOSITORY $TMP/
cd $TMP/$PRGNAM
[ "x$VERSION" == "xtrunk" ] && VERSION="git_$(git log -1 --format=%h_%ad --date=format:%Y.%m.%d)" || git checkout $VERSION
cargo build --release
cargo build --release --features "pulseaudio"
mkdir -p $PKG$PREFIX/bin
find target/release/ -type f -executable -maxdepth 1 -exec cp {} $PKG$PREFIX/bin/ \;