mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01:00
Fix hardcoded copyright year
This commit is contained in:
parent
cb6fcea9bf
commit
0627fc2281
@ -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-2022\">" >> version.ent
|
||||
echo "<!ENTITY copyrightdate \"1999-$(date +%Y)\">" >> version.ent
|
||||
exit 0
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user