summaryrefslogtreecommitdiffstats
path: root/instfiles/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'instfiles/Makefile.am')
-rw-r--r--instfiles/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/instfiles/Makefile.am b/instfiles/Makefile.am
index 8d39af0c..cc7e1446 100644
--- a/instfiles/Makefile.am
+++ b/instfiles/Makefile.am
@@ -97,5 +97,6 @@ endif
if FREEBSD
# must be tab below
install-data-hook:
- sed -i '' 's|%%PREFIX%%|$(prefix)|g' $(DESTDIR)$(sysconfdir)/rc.d/xrdp
+ sed -i '' 's|%%PREFIX%%|$(prefix)|g' $(DESTDIR)$(sysconfdir)/rc.d/xrdp \
+ $(DESTDIR)$(sysconfdir)/rc.d/xrdp-sesman
endif