summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sesman/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sesman/Makefile b/sesman/Makefile
index b64f3e31..4e2251c4 100644
--- a/sesman/Makefile
+++ b/sesman/Makefile
@@ -52,9 +52,9 @@ install:
install sesman.ini $(CFGDIR)/sesman.ini
installdeb:
- install sesman $(DESTDIRDEB)/usr/xrdp/sesman
- install sesrun $(DESTDIRDEB)/usr/xrdp/sesrun
- install startwm.sh $(DESTDIRDEB)/usr/xrdp/startwm.sh
+ install sesman $(DESTDIRDEB)/usr/lib/xrdp/sesman
+ install sesrun $(DESTDIRDEB)/usr/lib/xrdp/sesrun
+ install startwm.sh $(DESTDIRDEB)/usr/lib/xrdp/startwm.sh
install sesman.ini $(DESTDIRDEB)/etc/xrdp/sesman.ini
os_calls.o: ../common/os_calls.c