Fixe default prefix

This commit is contained in:
yanmorin
2005-10-19 15:02:56 +00:00
parent 98d8cecd9b
commit 8c859fd71e
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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