Skip to content

Commit 23597fd

Browse files
committed
Preserve file dates in install
1 parent 9ebcaa1 commit 23597fd

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ confdir := $(shell if [ -f "/etc/default/ipblock.conf" ]; then echo "/et
1818
elif [ -f "/etc/sysconfig/ipblock.conf" ] || ! [ -d "/etc/default" ]; \
1919
then echo "/etc/sysconfig"; \
2020
else echo "/etc/default"; fi)
21-
INSTALL := install
21+
INSTALL := install -p
2222
INSTALL_PROGRAM := $(INSTALL)
2323
INSTALL_DATA := $(INSTALL) -m 644
2424

ipblock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
VERSION='$Id$'
99

1010
# shellcheck disable=SC2034 # used by Makefile
11-
RELEASE='1.7.0'
11+
RELEASE='1.7.1'
1212

1313
SELF="$(basename "$0")"
1414

ipblock.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.\" -*- mode: troff; coding: utf-8 -*-
2-
.TH "ipblock" "8" "18-Jan-2023"
2+
.TH "ipblock" "8" "19-Jan-2023"
33
.SH
44
IPBLOCK
55
.LP

0 commit comments

Comments
 (0)