]> git.pld-linux.org Git - packages/sysstat.git/blob - install.patch
- up to 12.5.4
[packages/sysstat.git] / install.patch
1 --- sysstat-12.5.4/Makefile.in~ 2021-02-14 17:59:21.000000000 +0100
2 +++ sysstat-12.5.4/Makefile.in  2021-06-28 13:45:06.130150947 +0200
3 @@ -599,7 +599,8 @@ ifneq ($(IGNORE_FILE_ATTRIBUTES),y)
4  endif
5  ifdef SYSTEMD_UNIT_DIR
6         mkdir -p $(DESTDIR)$(SYSTEMD_UNIT_DIR)
7 -else
8 +endif
9 +ifeq ($(INSTALL_CRON),y)
10         if [ -d /etc/cron.d ]; then \
11                 mkdir -p $(DESTDIR)/etc/cron.d; \
12         elif [ -d /etc/cron.hourly -a -d /etc/cron.daily ]; then \
This page took 0.13508 seconds and 3 git commands to generate.