X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=sv%2FMakefile;fp=sv%2FMakefile;h=e5a9416de955dfb1c6861db362732445d3834d70;hb=206eda3ca7b1e7a9cf51d2e630fcf62b45455997;hp=d97cc39e9b10dd35bcb3e8bc3cad874f139cc996;hpb=d44fd0169fcb9ba3debcaab38b526c7c7bf96d61;p=user%2Fhenk%2Fcode%2Fsnooze.git 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