7 lines
65 B
Bash
Executable File

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