From 30e98430ca390fe726873f5340b03f6428a09781 Mon Sep 17 00:00:00 2001 From: Nicholas O'Connor Date: Thu, 23 Mar 2017 10:50:05 -0700 Subject: [PATCH] add prefix to bootstrap --- bootstrap | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bootstrap b/bootstrap index 0a97620..ece8cd7 100644 --- a/bootstrap +++ b/bootstrap @@ -1,3 +1,4 @@ #!/bin/sh -cmake . +# /usr can be changed to another prefix if you desire +cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr .