summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 988aa0b..5d0e520 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ SPEC = rapid-tunneling.spec
SCRIPTS = rapid-tunneling rapid-tunneling-status rtadm rt-from-remote
CONFIGS = rtadm.config sshd_support_config support_env
INIT_D = sshd_support
-SOURCES = Makefile $(SPEC) $(SCRIPTS) $(CONFIGS) $(INIT_D)
+SOURCES = Makefile $(SPEC) $(SCRIPTS) $(CONFIGS) $(INIT_D) .placeholder
SBINDIR = /usr/sbin
BINDIR = /usr/share/rapid-tunneling/bin
@@ -51,6 +51,8 @@ install:
install -m 644 rtadm.config $(DESTDIR)/etc/rapid-tunneling/rtadm
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/
.PHONY: clean dummy
dummy: