mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-03 01:42:19 +02:00
renamed get_lazarus_revision to get_svn_revision_number
git-svn-id: trunk@11498 -
This commit is contained in:
parent
5e89f20772
commit
430c980211
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -3086,8 +3086,8 @@ tools/install/debian_fpc/postinst svneol=native#text/plain
|
||||
tools/install/debian_lazarus/controlgtk2 svneol=native#text/plain
|
||||
tools/install/do_nothing.sh svneol=native#text/plain
|
||||
tools/install/file_filter.sh svneol=native#text/plain
|
||||
tools/install/get_lazarus_revision.sh svneol=native#text/plain
|
||||
tools/install/get_lazarus_version.sh svneol=native#text/plain
|
||||
tools/install/get_svn_revision_number.sh svneol=native#text/plain
|
||||
tools/install/macosx/fpc-release.packproj.template svneol=native#text/plain
|
||||
tools/install/macosx/fpc.packproj.template svneol=native#text/plain
|
||||
tools/install/macosx/fpc_installer_info.zip -text svneol=unset#application/zip
|
||||
|
@ -19,7 +19,7 @@ fi
|
||||
|
||||
LazVersionPostfix=
|
||||
if [ "$1" = "append-revision" ]; then
|
||||
LazVersionPostfix=$(./get_lazarus_revision.sh .)
|
||||
LazVersionPostfix=$(./get_svn_revision_number.sh .)
|
||||
if [ -n "$LazVersionPostfix" ]; then
|
||||
LazVersionPostfix=.$LazVersionPostfix
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user