repo/extra/lzip/build
2021-07-18 05:49:33 +03:00

8 lines
65 B
Bash
Executable File

#!/bin/sh -e
./configure \
--prefix=/usr
make
make install