diff options
Diffstat (limited to 'install_debug.sh')
-rwxr-xr-x | install_debug.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install_debug.sh b/install_debug.sh index 020677a0..abb5c1c9 100755 --- a/install_debug.sh +++ b/install_debug.sh @@ -6,7 +6,7 @@ if (($# == 1 )) then PREFIX=$1 else - PREFIX="/usr/local/ouroboros" + PREFIX="/usr/local/ouroboros/" fi BUILDDIR=build |