From 16323dcc9df15020e368d4324cf1c1d9dceac805 Mon Sep 17 00:00:00 2001 From: Sander Vrijders Date: Mon, 20 Jun 2016 20:57:25 +0200 Subject: build: Change install directories and set correct permissions This sets the correct install directories for all the binaries, library and header files. It also sets the right permissions on the sockets and shared memory so that regular users can also use the ouroboros library. Root privileges are required to run the irmd. Fixes #7 --- compile_debug.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compile_debug.sh') diff --git a/compile_debug.sh b/compile_debug.sh index 3ea1e039..9f7da176 100755 --- a/compile_debug.sh +++ b/compile_debug.sh @@ -4,7 +4,7 @@ ME=compile_debug if (($# == 1 )) then - PREFIX=`echo "$1"|sed -e "s,\/$,,"` + PREFIX=$1 else PREFIX="/usr/local/ouroboros" fi -- cgit v1.2.3