aboutsummaryrefslogtreecommitdiff
path: root/extra/alsa-utils/build
blob: cceefbba1b8ecb445c1e6736a8b3582004a902ef (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh -e

./configure \
    --disable-alsaconf \
    --disable-bat \
    --disable-xmlto \
    --prefix=/usr

make
make DESTDIR="$1" install