fpc deb: replace only version= in Makefiles, do not touch REQUIREDVERSION

git-svn-id: trunk@41248 -
This commit is contained in:
mattias 2013-05-17 21:58:06 +00:00
parent 14ebf16300
commit 4bbdc342df
2 changed files with 2 additions and 2 deletions

View File

@ -71,7 +71,7 @@ CompilerVersionStr="$CompilerVersion.$CompilerRelease.$CompilerPatch"
LazVersion="$CompilerVersion.$CompilerRelease.$CompilerPatch$CompilerMinorPatch"
# set version numbers in all Makefiles
perl replace_in_files.pl -sR -f '=\d.\d.\d' -r =$LazVersion -m 'Makefile(.fpc)?' $TmpFPCDir/*
perl replace_in_files.pl -sR -f 'version=\d.\d.\d' -r version=$LazVersion -m 'Makefile(.fpc)?' $TmpFPCDir/*
# create a source tar.gz
cd $TmpDir

View File

@ -196,7 +196,7 @@ ReplaceScript=replace_in_files.pl
# set version numbers in all Makefiles
echo "set version numbers in all Makefiles ..."
perl replace_in_files.pl -sR -f '=\d.\d.\d' -r =$CompilerVersionStr -m 'Makefile(.fpc)?' $FPCSrcDir/*
perl replace_in_files.pl -sR -f 'version=\d.\d.\d' -r version=$CompilerVersionStr -m 'Makefile(.fpc)?' $FPCSrcDir/*
#------------------------------------------------------------------------------