2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-16 04:42:26 +00:00
repo/extra/alsa-lib/build
2020-10-21 17:46:31 +03:00

11 lines
127 B
Bash
Executable File

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