2021-07-28 18:38:44 +00:00

7 lines
65 B
Bash
Executable File

#!/bin/sh -e
cd src
make
make DESTDIR="$1" PREFIX=/usr install