repo/extra/alsa-lib/build

11 lines
131 B
Plaintext
Raw Normal View History

2019-06-25 12:58:01 +00:00
#!/bin/sh -e
2023-09-09 22:06:54 +00:00
patch -p1 < musl-string.patch
2019-06-25 12:58:01 +00:00
./configure \
--without-debug \
--prefix=/usr
make
2023-03-02 14:40:00 +00:00
make DESTDIR="$1" install