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

6 lines
77 B
Plaintext
Raw Normal View History

2021-11-07 20:17:59 +00:00
#!/bin/sh -e
cmake -DCMAKE_INSTALL_PREFIX=/usr .
make DESTDIR="$1" install