2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-07 16:32:28 +00:00
repo/extra/alsa-utils/build

12 lines
170 B
Plaintext
Raw Normal View History

2019-06-25 12:58:01 +00:00
#!/bin/sh -e
./configure \
2020-02-10 20:52:52 +00:00
--prefix=/usr \
--sbindir=/usr/bin \
2019-06-25 12:58:01 +00:00
--disable-alsaconf \
2019-10-05 14:56:30 +00:00
--disable-bat \
2020-02-10 20:52:52 +00:00
--disable-xmlto
2019-06-25 12:58:01 +00:00
make
make DESTDIR="$1" install