mirror of
https://codeberg.org/kiss-community/repo
synced 2024-11-14 18:50:10 -07:00
rust: fix date
This commit is contained in:
parent
185dd57378
commit
466e984843
@ -63,7 +63,7 @@ EOF
|
||||
# This mimics the download process of rust's 'x.py'
|
||||
# bootstrap library to allow for the removal of the internet
|
||||
# connection requirement per build.
|
||||
mkdir -p "${cache_dir:=build/cache/2023-08-24}"
|
||||
mkdir -p "${cache_dir:=build/cache/2023-10-05}"
|
||||
|
||||
for tarball in *.tar.xz\?no-extract; do
|
||||
mv -f "$tarball" "$cache_dir/${tarball%%\?no-extract}"
|
||||
|
Loading…
Reference in New Issue
Block a user