repo/core/git/build
2019-06-19 10:45:26 +03:00

10 lines
94 B
Bash
Executable File

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