2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-07 16:32:28 +00:00
repo/extra/alsa-lib/build
2023-09-09 17:06:54 -05:00

11 lines
131 B
Bash
Executable File

#!/bin/sh -e
patch -p1 < musl-string.patch
./configure \
--without-debug \
--prefix=/usr
make
make DESTDIR="$1" install