repo/extra/alsa-lib/build

11 lines
131 B
Plaintext
Raw Normal View History

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