repo/core/make/build
2020-09-30 09:05:16 +03:00

10 lines
111 B
Bash
Executable File

#!/bin/sh -e
export CFLAGS="$CFLAGS -static"
./configure \
--prefix=/usr
make
make DESTDIR="$1" install