9 lines
111 B
Bash
Executable File

#!/bin/sh -e
./configure \
--prefix=/usr \
--with-systemd-unit-dir=no
make
make DESTDIR="$1" install