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
1adeb0a164
commit
231d8bbc0a
@ -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