[i3status-rust] enable pulseaudio
This commit is contained in:
parent
85f4471099
commit
d5e9e48a84
1 changed files with 1 additions and 1 deletions
|
@ -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/ \;
|
||||
|
|
Loading…
Add table
Reference in a new issue