From 8c859fd71ef0083640d2803c64372b1aa1599872 Mon Sep 17 00:00:00 2001
From: yanmorin <yanmorin>
Date: Wed, 19 Oct 2005 15:02:56 +0000
Subject: [PATCH] Fixe default prefix

---
 exampleConfigure.sh | 2 +-
 tools/config.sh     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/exampleConfigure.sh b/exampleConfigure.sh
index 4cc5d01003..d92f07a3e3 100755
--- a/exampleConfigure.sh
+++ b/exampleConfigure.sh
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-SFL_PREFIX=/home/$HOME/sflphone
+SFL_PREFIX=$HOME/sflphone
 
 export LD_LIBRARY_PATH=$SFL_PREFIX/lib
 export LDFLAGS="-L$SFL_PREFIX/lib"
diff --git a/tools/config.sh b/tools/config.sh
index fb2c6062f0..d9803229d4 100755
--- a/tools/config.sh
+++ b/tools/config.sh
@@ -1,6 +1,6 @@
 # prefix is without slash
 # default for redhat is /usr
-SFL_PREFIX=/home/$USER/sflphone
+SFL_PREFIX=$HOME/sflphone
 SFL_INSTALL_USER=$USER # could be root too...
 LD_LIBRARY_PATH=$SFL_PREFIX/lib:$LD_LIBRARY_PATH
 
-- 
GitLab