mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-25 07:49:18 +00:00
We don't actually need env here, so drop it. All shells allow setting
of shell variables for the next command like this.
This commit is contained in:
parent
312640ff19
commit
8162ec9b35
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=329064
@ -101,7 +101,7 @@ zoneinfo: yearistype ${TDATA}
|
||||
# differences between the two don't matter for this purpose.
|
||||
#
|
||||
.if make(*install*)
|
||||
TZS!= cd ${TZBUILDDIR} && find * -type f | env LC_ALL=C sort
|
||||
TZS!= cd ${TZBUILDDIR} && find * -type f | LC_ALL=C sort
|
||||
.endif
|
||||
|
||||
beforeinstall: install-zoneinfo
|
||||
|
Loading…
Reference in New Issue
Block a user