Skip to content
Snippets Groups Projects
Commit 103bd37e authored by Emmanuel Milou's avatar Emmanuel Milou
Browse files

[#11848]

parent 8a141b34
No related branches found
No related tags found
No related merge requests found
...@@ -130,6 +130,7 @@ function build_daemon { ...@@ -130,6 +130,7 @@ function build_daemon {
function build_gnome { function build_gnome {
# Compile the daemon # Compile the daemon
pushd daemon pushd daemon
killall sflphoned
make distclean make distclean
./autogen.sh ./autogen.sh
# Compile pjproject first # Compile pjproject first
...@@ -142,7 +143,7 @@ function build_gnome { ...@@ -142,7 +143,7 @@ function build_gnome {
make clean make clean
# Compile src code # Compile src code
make -j make -j
sudo make install ./src/sflphoned&
popd popd
# Compile the plugins # Compile the plugins
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment