Skip to content
Snippets Groups Projects
Commit ab8f15c7 authored by Alexandre Bourget's avatar Alexandre Bourget
Browse files

Déplacer sflphoned de /usr/libexec/ vers /usr/bin.

parent c55cc1d9
No related branches found
No related tags found
No related merge requests found
libexec_PROGRAMS = sflphoned
bin_SCRIPTS = sflphone
bin_PROGRAMS = sflphoned
#bin_SCRIPTS = sflphone
if USE_ZEROCONF
ZEROCONFDIR = zeroconf
......
......@@ -31,5 +31,5 @@ service_DATA = $(service_in_files:.service.in=.service)
# Rule to make the service file with bindir expanded
$(service_DATA): $(service_in_files) Makefile
sed -e "s|bindir|$(prefix)/libexec|" $<> $@
sed -e "s|bindir|$(prefix)/bin|" $<> $@
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