mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-22 17:31:58 -05:00
Ports: Unbreak ScummVM icon pack generation
The ScummVM icon repository no longer accepts "1970-01-01" as a valid start date for the icon pack generation. We now use the oldest commit date in the repository which _is_ accepted.
This commit is contained in:
parent
c1d4fc2d0b
commit
c2b3a7a524
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ function post_install() {
|
|||
git clone https://github.com/scummvm/scummvm-icons "$(basename ${icons_build_dir})"
|
||||
cd "$(basename ${icons_build_dir})"
|
||||
|
||||
./gen-set.py 19700101
|
||||
./gen-set.py 20210825
|
||||
cp gui-icons-*.dat "${SERENITY_INSTALL_ROOT}/usr/local/share/scummvm/gui-icons.dat"
|
||||
fi
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue