Skip to content

Commit

Permalink
Preserve file dates in install
Browse files Browse the repository at this point in the history
  • Loading branch information
tlhackque committed Jan 19, 2023
1 parent 9ebcaa1 commit 23597fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion ipblock
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
VERSION='$Id$'

# shellcheck disable=SC2034 # used by Makefile
RELEASE='1.7.0'
RELEASE='1.7.1'

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

Expand Down
2 changes: 1 addition & 1 deletion ipblock.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.\" -*- mode: troff; coding: utf-8 -*-
.TH "ipblock" "8" "18-Jan-2023"
.TH "ipblock" "8" "19-Jan-2023"
.SH
IPBLOCK
.LP
Expand Down

0 comments on commit 23597fd

Please sign in to comment.