6 lines
77 B
Bash
Executable File
6 lines
77 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
cmake -DCMAKE_INSTALL_PREFIX=/usr .
|
|
|
|
make DESTDIR="$1" install
|