mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 21:57:02 +02:00
tzutils: ignore check_now
We don't care if 2 timezones provides same zoneinfo as of current time being.
This commit is contained in:
parent
d2a34adfd4
commit
99a397366f
1 changed files with 5 additions and 2 deletions
|
@ -1,8 +1,11 @@
|
|||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -827,7 +827,7 @@ check: check_back check_mild
|
||||
@@ -855,9 +855,9 @@ tzselect: tzselect.ksh version
|
||||
|
||||
check: check_back check_mild
|
||||
check_mild: check_character_set check_white_space check_links \
|
||||
check_name_lengths check_now \
|
||||
- check_name_lengths check_now \
|
||||
+ check_name_lengths \
|
||||
check_slashed_abbrs check_sorted \
|
||||
- check_tables check_web check_ziguard check_zishrink check_tzs
|
||||
+ check_tables check_ziguard check_zishrink check_tzs
|
||||
|
|
Loading…
Add table
Reference in a new issue