repo/core/eiwd/build
2020-01-02 16:41:19 +00:00

11 lines
122 B
Bash
Executable File

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