mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01:00
Do not retrieve yr from sysdate
This commit is contained in:
parent
0627fc2281
commit
c5fe6ee346
@ -24,7 +24,7 @@ if ! git status > /dev/null; then
|
||||
echo "<!ENTITY version \"unknown-systemd\">" >> version.ent
|
||||
echo "]]>" >> version.ent
|
||||
echo "<!ENTITY releasedate \"unknown\">" >> version.ent
|
||||
echo "<!ENTITY copyrightdate \"1999-$(date +%Y)\">" >> version.ent
|
||||
echo "<!ENTITY copyrightdate \"1999-2023\">" >> version.ent
|
||||
exit 0
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user