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

[#2400] Change dbus service installation path to libdir

parent 7522c47d
Branches
Tags
No related merge requests found
...@@ -38,7 +38,7 @@ service_DATA = $(service_in_files:.service.in=.service) ...@@ -38,7 +38,7 @@ service_DATA = $(service_in_files:.service.in=.service)
# Rule to make the service file with bindir expanded # Rule to make the service file with bindir expanded
$(service_DATA): $(service_in_files) Makefile $(service_DATA): $(service_in_files) Makefile
sed -e "s|libexec|$(prefix)/lib/sflphone|" $<> $@ sed -e "s|libexec|$(libdir)/sflphone|" $<> $@
EXTRA_DIST = *.xml README EXTRA_DIST = *.xml README
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment