summaryrefslogtreecommitdiff
path: root/sv/Makefile
diff options
context:
space:
mode:
authorCameron Nemo <camerontnorman@gmail.com>2018-11-23 19:26:21 -0800
committerLeah Neukirchen <leah@vuxu.org>2018-11-29 16:31:15 +0100
commit206eda3ca7b1e7a9cf51d2e630fcf62b45455997 (patch)
tree72d7944f70bf308d2a364b02b77a4581ecd8499c /sv/Makefile
parentd44fd0169fcb9ba3debcaab38b526c7c7bf96d61 (diff)
sv: touch timefile in run scripts
Diffstat (limited to 'sv/Makefile')
-rw-r--r--sv/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sv/Makefile b/sv/Makefile
index d97cc39..e5a9416 100644
--- a/sv/Makefile
+++ b/sv/Makefile
@@ -5,7 +5,7 @@ SVDIR=$(SYSCONFDIR)/sv
install: FRC
for f in daily hourly weekly monthly; do \
mkdir -p $(DESTDIR)$(SVDIR)/snooze-$$f; \
- install -m0755 snooze-$$f/run snooze-$$f/finish \
+ install -m0755 snooze-$$f/run \
$(DESTDIR)$(SVDIR)/snooze-$$f/; \
done