diff options
author | Christian Pointner <equinox@helsinki.at> | 2016-03-13 16:55:27 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2016-03-13 16:55:27 (GMT) |
commit | d7e155efd9e2e5c6904aeb9ebca9feeb27aea5c8 (patch) | |
tree | 836f6138923a87afab98bb2d112a1c328196895f /Makefile | |
parent | 4717cfc5551c9dfc39f19da5ba425b88cfe15860 (diff) |
installing cron script directly to cron.d and link it to /etc/rhautoimport/
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -57,7 +57,8 @@ install-share: install-etc: $(INSTALL) -d $(DESTDIR)$(ETCDIR)/$(EXECUTABLE) - $(INSTALL) -m 644 cron $(DESTDIR)$(ETCDIR)/$(EXECUTABLE) + $(INSTALL) -d $(DESTDIR)$(ETCDIR)/cron.d/ + $(INSTALL) -m 644 cron $(DESTDIR)$(ETCDIR)/cron.d/$(EXECUTABLE) uninstall: remove |