repo/extra/nasm/build
2021-07-18 05:53:12 +03:00

8 lines
65 B
Bash
Executable File

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