mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-17 19:09:31 +02:00
rpm: fixed handling versions with minus
git-svn-id: trunk@42838 -
This commit is contained in:
parent
fdff91aba6
commit
618fb7822e
@ -51,7 +51,7 @@ echo "installed fpc version: $FPCRPMVersion"
|
||||
FPCSRCRPMVersion=$(echo $FPCRPMVersion | cut -d- -f1)
|
||||
|
||||
Date=$Year$Month$Day
|
||||
LazVersion=$(./get_lazarus_version.sh)
|
||||
LazVersion=$(./get_lazarus_version.sh | sed -e 's/-/_/g')
|
||||
LazRelease='0' # $(echo $FPCRPM | sed -e 's/-/_/g')
|
||||
RPMSrcDir=$(./rpm/get_rpm_source_dir.sh)
|
||||
Src=lazarus-$LazVersion-$LazRelease.tar.gz
|
||||
|
Loading…
Reference in New Issue
Block a user