kiss-mfavila-large/ports/physfs-git/build

6 lines
77 B
Bash
Executable File

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