diff options
Diffstat (limited to 'sv/Makefile')
-rw-r--r-- | sv/Makefile | 2 |
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 |