Merge "Update to tzdata2012c."
This commit is contained in:
commit
b88f810d58
4 changed files with 4 additions and 1 deletions
|
@ -37,6 +37,9 @@ if [ "$current_version" == "$latest_version" ]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
md5_sum=`md5sum $latest_archive`
|
||||
echo "MD5: $md5_sum"
|
||||
|
||||
echo "Extracting $latest_version..."
|
||||
mkdir $latest_version
|
||||
tar -C $latest_version -zxf $latest_archive
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -1 +1 @@
|
|||
2012b
|
||||
2012c
|
||||
|
|
Loading…
Reference in a new issue