From 23597fda2c815ed59d09a7caa004608a6cc937b5 Mon Sep 17 00:00:00 2001 From: Timothe Litt Date: Thu, 19 Jan 2023 11:50:41 -0500 Subject: [PATCH] Preserve file dates in install --- Makefile | 2 +- ipblock | 2 +- ipblock.1 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index de2f230..dc562a9 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ confdir := $(shell if [ -f "/etc/default/ipblock.conf" ]; then echo "/et elif [ -f "/etc/sysconfig/ipblock.conf" ] || ! [ -d "/etc/default" ]; \ then echo "/etc/sysconfig"; \ else echo "/etc/default"; fi) -INSTALL := install +INSTALL := install -p INSTALL_PROGRAM := $(INSTALL) INSTALL_DATA := $(INSTALL) -m 644 diff --git a/ipblock b/ipblock index 9a734f3..aefd1fc 100755 --- a/ipblock +++ b/ipblock @@ -8,7 +8,7 @@ VERSION='$Id$' # shellcheck disable=SC2034 # used by Makefile -RELEASE='1.7.0' +RELEASE='1.7.1' SELF="$(basename "$0")" diff --git a/ipblock.1 b/ipblock.1 index 1484576..73ea843 100644 --- a/ipblock.1 +++ b/ipblock.1 @@ -1,5 +1,5 @@ .\" -*- mode: troff; coding: utf-8 -*- -.TH "ipblock" "8" "18-Jan-2023" +.TH "ipblock" "8" "19-Jan-2023" .SH IPBLOCK .LP