add prefix to bootstrap

This commit is contained in:
Nicholas O'Connor 2017-03-23 10:50:05 -07:00
parent 7164692e1f
commit 30e98430ca

View File

@ -1,3 +1,4 @@
#!/bin/sh
cmake .
# /usr can be changed to another prefix if you desire
cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr .