Skip to content
Snippets Groups Projects
Commit 8c859fd7 authored by yanmorin's avatar yanmorin
Browse files

Fixe default prefix
parent 98d8cecd
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
SFL_PREFIX=/home/$HOME/sflphone
SFL_PREFIX=$HOME/sflphone
export LD_LIBRARY_PATH=$SFL_PREFIX/lib
export LDFLAGS="-L$SFL_PREFIX/lib"
......
# 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment