]> git.pld-linux.org Git - packages/sysstat.git/blame - install.patch
rel 2; always run conversion check/routine
[packages/sysstat.git] / install.patch
CommitLineData
c66d86fe
AM
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
f9429cf7
ER
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.123704 seconds and 4 git commands to generate.