Correct revision replacement string gotten replaced by svn itself.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29766 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
71e35542dc
commit
d905754bdf
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ deploy.progexe = {
|
|||
"linux2" : "RockboxUtility"
|
||||
}
|
||||
deploy.regreplace = {
|
||||
"rbutil/rbutilqt/version.h" : ["SVN \$.*\$", "SVN $Revision: %REVISION% $"]
|
||||
"rbutil/rbutilqt/version.h" : ["SVN \$.*\$", "SVN r%REVISION%"]
|
||||
}
|
||||
# OS X 10.6 defaults to gcc 4.2. Building universal binaries that are
|
||||
# compatible with 10.4 requires using gcc-4.0.
|
||||
|
|
Loading…
Reference in a new issue