summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 892e796..5fa0dc1 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ PACKAGE = rapid-tunneling
SPEC = rapid-tunneling.spec
SCRIPTS = rapid-tunneling rapid-tunneling-status rtadm rt-from-remote
-CONFIGS = rtadm.config sshd_support_config support_env
+CONFIGS = rtadm.config sshd_support_config support_env rapid-tunneling.conf gui.htpasswd
INIT_D = sshd_support
GUI = gui
SOURCES = Makefile $(SPEC) $(SCRIPTS) $(CONFIGS) $(INIT_D) $(GUI) .placeholder
@@ -54,12 +54,15 @@ install:
install -m 755 rt-from-remote $(DESTDIR)$(BINDIR)
install -m 755 -d $(DESTDIR)/etc/rapid-tunneling
install -m 644 rtadm.config $(DESTDIR)/etc/rapid-tunneling/rtadm
+ install -m 644 gui.htpasswd $(DESTDIR)/etc/rapid-tunneling/
install -m 755 -d $(DESTDIR)/etc/ssh
install -m 644 sshd_support_config $(DESTDIR)/etc/ssh/
install -m 755 -d $(DESTDIR)/var/lib/rapid-tunneling
install -m 644 .placeholder $(DESTDIR)/var/lib/rapid-tunneling/
install -m 755 -d $(DESTDIR)$(WWWHOME)
install -m 644 gui/* $(DESTDIR)$(WWWHOME)/
+ install -m 755 -d $(DESTDIR)/etc/httpd/conf.d
+ install -m 644 rapid-tunneling.conf $(DESTDIR)/etc/httpd/conf.d/
.PHONY: clean dummy
dummy: