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