14 lines
815 B
Diff
14 lines
815 B
Diff
diff --git a/Makefile.in b/Makefile.in
|
|
index ac1ed07..c0177a5 100644
|
|
--- a/Makefile.in
|
|
+++ b/Makefile.in
|
|
@@ -73,7 +73,7 @@ build: all
|
|
--features "$(foreach schedule,$(schedules),sched-$(schedule)) $(persistent) $(randomized_delay)"
|
|
|
|
install: build
|
|
- install -m2755 -g `getent group cron || echo root` $(strip) -D $(builddir)/bin/crontab $(DESTDIR)$(bindir)/crontab
|
|
+ install -m2755 -D $(builddir)/bin/crontab $(DESTDIR)$(bindir)/crontab
|
|
install -m755 $(strip) -D $(builddir)/bin/systemd-crontab-generator $(DESTDIR)$(libdir)/systemd/system-generators/systemd-crontab-generator
|
|
install -m755 $(strip) -D $(builddir)/bin/remove-stale-stamps $(DESTDIR)$(libdir)/$(packagedir)/remove-stale-stamps
|
|
install -m755 $(strip) -D $(builddir)/bin/mail-on-failure $(DESTDIR)$(libdir)/$(packagedir)/mail-on-failure
|