From 90ba454b93afc9306a0a1d11e14c239f99635b50 Mon Sep 17 00:00:00 2001 From: jsorg71 Date: Sat, 3 May 2008 00:13:27 +0000 Subject: [PATCH] renaming and moving install files --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 78ca563e..c171e04a 100644 --- a/Makefile +++ b/Makefile @@ -51,4 +51,4 @@ install: $(MAKE) -C xup install $(MAKE) -C docs install if [ -d /etc/pam.d ]; then install instfiles/pam.d/sesman /etc/pam.d/sesman; fi - install instfiles/xrdp_control.sh $(DESTDIR)/xrdp_control.sh + if [ -d /etc/init.d ]; then install instfiles/xrdp /etc/init.d/xrdp; fi