mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
Fixe default prefix
This commit is contained in:
@ -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"
|
||||
|
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user