2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-07 16:32:28 +00:00
repo/extra/alsa-lib/build
2024-02-01 23:46:53 -06:00

9 lines
100 B
Bash
Executable File

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