mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-14 10:11:43 +00:00
srclib fpc - apply embedded date hack
This commit is contained in:
parent
86690576eb
commit
8a101f124a
1 changed files with 4 additions and 0 deletions
|
|
@ -1,2 +1,6 @@
|
||||||
RepoType: git
|
RepoType: git
|
||||||
Repo: https://gitlab.com/freepascal.org/fpc/source.git
|
Repo: https://gitlab.com/freepascal.org/fpc/source.git
|
||||||
|
|
||||||
|
Prepare: |
|
||||||
|
export build_date=$(git show --no-patch --format=%cd --date=format-local:'%Y/%m/%d')
|
||||||
|
sed -i -e "s:build_date = .*:build_date = \"$build_date\";:" utils/fpcres/fpcres.pas
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue