2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-04 23:12:28 +00:00
repo/extra/libffi/build
2019-06-27 10:53:10 +03:00

7 lines
72 B
Bash
Executable File

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