repo/extra/lzip/build
2020-10-23 09:41:50 +03:00

8 lines
78 B
Bash
Executable File

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